<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Installation of PyQt on Windows</title>
	<atom:link href="http://www.oak-tree.us/blog/index.php/2009/05/12/pyqt-windows/feed" rel="self" type="application/rss+xml" />
	<link>http://www.oak-tree.us/blog/index.php/2009/05/12/pyqt-windows</link>
	<description>The Rants and Raves of an Unsettled Mind</description>
	<lastBuildDate>Wed, 07 Apr 2010 15:43:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Walter Behrnes</title>
		<link>http://www.oak-tree.us/blog/index.php/2009/05/12/pyqt-windows/comment-page-1#comment-4782</link>
		<dc:creator>Walter Behrnes</dc:creator>
		<pubDate>Wed, 16 Sep 2009 07:04:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.oak-tree.us/blog/?p=883#comment-4782</guid>
		<description>Hi, I ran through the tutorial and ran into a snag at the very end.
When I try to run   

python configure.py –p win32-g++  

from within my PyQt4 folder I get the following error:

Error: Make sure you have a working Qt v4 qmake on our PATH.

Does anyone know how to resolve this?

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi, I ran through the tutorial and ran into a snag at the very end.<br />
When I try to run   </p>
<p>python configure.py –p win32-g++  </p>
<p>from within my PyQt4 folder I get the following error:</p>
<p>Error: Make sure you have a working Qt v4 qmake on our PATH.</p>
<p>Does anyone know how to resolve this?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Oakes</title>
		<link>http://www.oak-tree.us/blog/index.php/2009/05/12/pyqt-windows/comment-page-1#comment-4051</link>
		<dc:creator>Rob Oakes</dc:creator>
		<pubDate>Wed, 12 Aug 2009 22:16:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.oak-tree.us/blog/?p=883#comment-4051</guid>
		<description>@notize: At the moment (and quite unfortunately), yes.  But I hope to change that in the very, very near future.  I am in the process of creating a stand-alone installer which has only the things necessary for Time Drive to run (Duplicity, PyQt, etc).  I&#039;m nearly there but I&#039;ve never done an installer before and want to test it before I break anyone&#039;s machine.  I will post a blog post about it as soon as it is ready.  

I&#039;m also waiting until the next iteration (0.2) is done and tested because it will support browsing and restoring older snapshots and clean up a few little things that don&#039;t quite work right, yet.  The joys of young software, it still has all the sharp edges.</description>
		<content:encoded><![CDATA[<p>@notize: At the moment (and quite unfortunately), yes.  But I hope to change that in the very, very near future.  I am in the process of creating a stand-alone installer which has only the things necessary for Time Drive to run (Duplicity, PyQt, etc).  I'm nearly there but I've never done an installer before and want to test it before I break anyone's machine.  I will post a blog post about it as soon as it is ready.  </p>
<p>I'm also waiting until the next iteration (0.2) is done and tested because it will support browsing and restoring older snapshots and clean up a few little things that don't quite work right, yet.  The joys of young software, it still has all the sharp edges.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: notize</title>
		<link>http://www.oak-tree.us/blog/index.php/2009/05/12/pyqt-windows/comment-page-1#comment-4050</link>
		<dc:creator>notize</dc:creator>
		<pubDate>Wed, 12 Aug 2009 21:48:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.oak-tree.us/blog/?p=883#comment-4050</guid>
		<description>Do you mean that if I have 5 windows PC&#039;s in my household I have to do all these steps on everyone of them?  

Is there a better/shorter way?  

Thanks</description>
		<content:encoded><![CDATA[<p>Do you mean that if I have 5 windows PC's in my household I have to do all these steps on everyone of them?  </p>
<p>Is there a better/shorter way?  </p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kittisak</title>
		<link>http://www.oak-tree.us/blog/index.php/2009/05/12/pyqt-windows/comment-page-1#comment-2398</link>
		<dc:creator>Kittisak</dc:creator>
		<pubDate>Wed, 10 Jun 2009 07:44:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.oak-tree.us/blog/?p=883#comment-2398</guid>
		<description>Hello, thank you for your tutorial.
I follow it and can install all successfully but when i try to run &#039;from PyQt4 import QtCore&#039; i get windows dialog error, it tell me:

pythonw.exe has encountered a problem and needs to close.  We are sorry for the inconvenience.

First installation, i separate Qt folder and Python folder (PyQt4 and sip48 is in Qt folder) i get error, so i uninstall all of it and reinstall again by,
i create folder c:\Python_Qt then put both Qt and Python in this folder but it still show same error.

I MUST use C:\Windows folder same as you, right?
or something that i don&#039;t know?

i used:
qt-sdk-win-opensource-2009.02.1.exe
python-2.5.4.msi
PyQt4.zip
sip48.zip

if you know please tell me, Thank you.
Kittisak</description>
		<content:encoded><![CDATA[<p>Hello, thank you for your tutorial.<br />
I follow it and can install all successfully but when i try to run 'from PyQt4 import QtCore' i get windows dialog error, it tell me:</p>
<p>pythonw.exe has encountered a problem and needs to close.  We are sorry for the inconvenience.</p>
<p>First installation, i separate Qt folder and Python folder (PyQt4 and sip48 is in Qt folder) i get error, so i uninstall all of it and reinstall again by,<br />
i create folder c:\Python_Qt then put both Qt and Python in this folder but it still show same error.</p>
<p>I MUST use C:\Windows folder same as you, right?<br />
or something that i don't know?</p>
<p>i used:<br />
qt-sdk-win-opensource-2009.02.1.exe<br />
python-2.5.4.msi<br />
PyQt4.zip<br />
sip48.zip</p>
<p>if you know please tell me, Thank you.<br />
Kittisak</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arik181</title>
		<link>http://www.oak-tree.us/blog/index.php/2009/05/12/pyqt-windows/comment-page-1#comment-2287</link>
		<dc:creator>arik181</dc:creator>
		<pubDate>Fri, 05 Jun 2009 09:35:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.oak-tree.us/blog/?p=883#comment-2287</guid>
		<description>Lucid and useful. Thanks.</description>
		<content:encoded><![CDATA[<p>Lucid and useful. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Regis</title>
		<link>http://www.oak-tree.us/blog/index.php/2009/05/12/pyqt-windows/comment-page-1#comment-2269</link>
		<dc:creator>Regis</dc:creator>
		<pubDate>Wed, 03 Jun 2009 14:38:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.oak-tree.us/blog/?p=883#comment-2269</guid>
		<description>Did a did a complete uninstall and then reinstall of everything and this is what I finally got to work.

Qt4 SDK 2009.02.1
Python 2.6.2
sip-4.8-snapshot-20090601
PyQt4 snapshot hosted on this site http://www.oak-tree.us/tutorials/PyQt4.zip


The first time around I installed everything under C:.  The second time, I followed these instructions verbatim and installed to C:\Windows.  I don&#039;t know if that really made a difference, but at least everything is working for me now.  Thanks again for the post.

Regis</description>
		<content:encoded><![CDATA[<p>Did a did a complete uninstall and then reinstall of everything and this is what I finally got to work.</p>
<p>Qt4 SDK 2009.02.1<br />
Python 2.6.2<br />
sip-4.8-snapshot-20090601<br />
PyQt4 snapshot hosted on this site <a href="http://www.oak-tree.us/tutorials/PyQt4.zip" rel="nofollow">http://www.oak-tree.us/tutorials/PyQt4.zip</a></p>
<p>The first time around I installed everything under C:.  The second time, I followed these instructions verbatim and installed to C:\Windows.  I don't know if that really made a difference, but at least everything is working for me now.  Thanks again for the post.</p>
<p>Regis</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Regis</title>
		<link>http://www.oak-tree.us/blog/index.php/2009/05/12/pyqt-windows/comment-page-1#comment-2265</link>
		<dc:creator>Regis</dc:creator>
		<pubDate>Wed, 03 Jun 2009 13:50:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.oak-tree.us/blog/?p=883#comment-2265</guid>
		<description>I appreciate this how-to.  I followed these instructions and didn&#039;t appear to have an hitches with the installation.  However, when trying to run &quot;from PyQt4.QtCore import *&quot; I receive the following error:
File &quot;&quot;, line 1, in 
ImportError: DLL load failed: A dynamic link library (DLL) initialization routine failed.

I&#039;m running XP sp2 and have tried both Python 2.5 and 2.6.  

Anyone else have this problem?  Anyone have any luck solving it?

Thanks,
Regis</description>
		<content:encoded><![CDATA[<p>I appreciate this how-to.  I followed these instructions and didn't appear to have an hitches with the installation.  However, when trying to run "from PyQt4.QtCore import *" I receive the following error:<br />
File "", line 1, in<br />
ImportError: DLL load failed: A dynamic link library (DLL) initialization routine failed.</p>
<p>I'm running XP sp2 and have tried both Python 2.5 and 2.6.  </p>
<p>Anyone else have this problem?  Anyone have any luck solving it?</p>
<p>Thanks,<br />
Regis</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Oakes</title>
		<link>http://www.oak-tree.us/blog/index.php/2009/05/12/pyqt-windows/comment-page-1#comment-2205</link>
		<dc:creator>Rob Oakes</dc:creator>
		<pubDate>Tue, 02 Jun 2009 03:14:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.oak-tree.us/blog/?p=883#comment-2205</guid>
		<description>@Jason.  I&#039;d be happy to upload my version of the PyQt snapshot.  You can find it at:

http://www.oak-tree.us/tutorials/PyQt4.zip

I spent a bit of time playing with other configurations early this event.  In the process, I experimented with different versions of Python.  For reasons I don&#039;t understand, I had issues with Python 2.5.4. (Though it worked flawlessly for me the first time I set up PyQt.)  In a virtual machine with a clean Windows XP SP3 install, I was successfully able to compile and install with the most recent version of Python 2.6.  However, your mileage may vary.</description>
		<content:encoded><![CDATA[<p>@Jason.  I'd be happy to upload my version of the PyQt snapshot.  You can find it at:</p>
<p><a href="http://www.oak-tree.us/tutorials/PyQt4.zip" rel="nofollow">http://www.oak-tree.us/tutorials/PyQt4.zip</a></p>
<p>I spent a bit of time playing with other configurations early this event.  In the process, I experimented with different versions of Python.  For reasons I don't understand, I had issues with Python 2.5.4. (Though it worked flawlessly for me the first time I set up PyQt.)  In a virtual machine with a clean Windows XP SP3 install, I was successfully able to compile and install with the most recent version of Python 2.6.  However, your mileage may vary.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.oak-tree.us/blog/index.php/2009/05/12/pyqt-windows/comment-page-1#comment-2199</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Tue, 02 Jun 2009 01:28:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.oak-tree.us/blog/?p=883#comment-2199</guid>
		<description>Maybe you also have the PyQt 4.5 snapshot by chance?  I can find the Windows snapshot on the Riverbank website, but it doesn&#039;t seem to compile correctly. I have found one other user with the same issue in their mailing list (http://www.riverbankcomputing.com/pipermail/pyqt/2009-June/023134.html), but was posted just recently, so who knows if/when the issue will be resolved...  It is annoying that Riverbank doesn&#039;t keep a short history of snapshots available.

Thanks</description>
		<content:encoded><![CDATA[<p>Maybe you also have the PyQt 4.5 snapshot by chance?  I can find the Windows snapshot on the Riverbank website, but it doesn't seem to compile correctly. I have found one other user with the same issue in their mailing list (<a href="http://www.riverbankcomputing.com/pipermail/pyqt/2009-June/023134.html" rel="nofollow">http://www.riverbankcomputing.com/pipermail/pyqt/2009-June/023134.html</a>), but was posted just recently, so who knows if/when the issue will be resolved...  It is annoying that Riverbank doesn't keep a short history of snapshots available.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Oakes</title>
		<link>http://www.oak-tree.us/blog/index.php/2009/05/12/pyqt-windows/comment-page-1#comment-2141</link>
		<dc:creator>Rob Oakes</dc:creator>
		<pubDate>Sun, 31 May 2009 21:10:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.oak-tree.us/blog/?p=883#comment-2141</guid>
		<description>@Jason.  You happen to be in luck, for I do have a copy of the sip48 snapshot code.  I can&#039;t remember which version it is, but it successfully compiled and installed without issue.  It is also the same version which I used to compile and install the PyQt snapshot.

http://www.oak-tree.us/tutorials/sip48.zip

If you are Windows Vista or Windows 7, make sure that you run all commands as an administrator.  (Or if you are using XP, make sure that the commands are run from an administrator account.)  I have verified that you can build and install this version of SIP on Windows XP, Windows Vista, and the release candidate of Windows 7.</description>
		<content:encoded><![CDATA[<p>@Jason.  You happen to be in luck, for I do have a copy of the sip48 snapshot code.  I can't remember which version it is, but it successfully compiled and installed without issue.  It is also the same version which I used to compile and install the PyQt snapshot.</p>
<p><a href="http://www.oak-tree.us/tutorials/sip48.zip" rel="nofollow">http://www.oak-tree.us/tutorials/sip48.zip</a></p>
<p>If you are Windows Vista or Windows 7, make sure that you run all commands as an administrator.  (Or if you are using XP, make sure that the commands are run from an administrator account.)  I have verified that you can build and install this version of SIP on Windows XP, Windows Vista, and the release candidate of Windows 7.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.oak-tree.us/blog/index.php/2009/05/12/pyqt-windows/comment-page-1#comment-2138</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Sun, 31 May 2009 20:20:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.oak-tree.us/blog/?p=883#comment-2138</guid>
		<description>Thank you.  Nice article which is easy to follow.

Still, I ran into an issue...

At the current time, there are no SIP 4.8 snapshots available on the Riverbank website.  I found one through GitHub at:
http://github.com/kevinw/sip/tree/master
by using the download button and choosing (.zip) for Windows, but the process failed at the make command.  I then tried the stable 4.7.9 release and the make command was successful, but the install failed.

If you have a copy of the snapshot, could you provide a link to download it, or send a copy to my email?

Thanks.  In the meantime, I will keep an eye on the Riverbank download page.</description>
		<content:encoded><![CDATA[<p>Thank you.  Nice article which is easy to follow.</p>
<p>Still, I ran into an issue...</p>
<p>At the current time, there are no SIP 4.8 snapshots available on the Riverbank website.  I found one through GitHub at:<br />
<a href="http://github.com/kevinw/sip/tree/master" rel="nofollow">http://github.com/kevinw/sip/tree/master</a><br />
by using the download button and choosing (.zip) for Windows, but the process failed at the make command.  I then tried the stable 4.7.9 release and the make command was successful, but the install failed.</p>
<p>If you have a copy of the snapshot, could you provide a link to download it, or send a copy to my email?</p>
<p>Thanks.  In the meantime, I will keep an eye on the Riverbank download page.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

