<?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: How to build an executable application from your Python script (QT special)</title>
	<atom:link href="http://popdevelop.com/2010/04/how-to-build-an-executable-application-from-your-python-script-qt-special/feed/" rel="self" type="application/rss+xml" />
	<link>http://popdevelop.com/2010/04/how-to-build-an-executable-application-from-your-python-script-qt-special/</link>
	<description>popular programming and design</description>
	<lastBuildDate>Thu, 10 May 2012 17:25:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Anonymous</title>
		<link>http://popdevelop.com/2010/04/how-to-build-an-executable-application-from-your-python-script-qt-special/comment-page-1/#comment-17407</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 20 Jun 2011 08:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://popdevelop.com/?p=309#comment-17407</guid>
		<description>This is why I prefer Ubuntu. Software deployment (other than .NET) on Windows is pure hell.</description>
		<content:encoded><![CDATA[<p>This is why I prefer Ubuntu. Software deployment (other than .NET) on Windows is pure hell.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kaushik Shrestha</title>
		<link>http://popdevelop.com/2010/04/how-to-build-an-executable-application-from-your-python-script-qt-special/comment-page-1/#comment-17264</link>
		<dc:creator>Kaushik Shrestha</dc:creator>
		<pubDate>Mon, 28 Mar 2011 19:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://popdevelop.com/?p=309#comment-17264</guid>
		<description>Hi,
I&#039;m trying to deploy a Python2.7 / PyQt-Py2.7-4.8 with py2exe-0.6.9-py2.7
I followed the steps but it gives following error :
QtCore4.dll : No such file or directory</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I&#8217;m trying to deploy a Python2.7 / PyQt-Py2.7-4.8 with py2exe-0.6.9-py2.7<br />
I followed the steps but it gives following error :<br />
QtCore4.dll : No such file or directory</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Viranch Mehta</title>
		<link>http://popdevelop.com/2010/04/how-to-build-an-executable-application-from-your-python-script-qt-special/comment-page-1/#comment-10633</link>
		<dc:creator>Viranch Mehta</dc:creator>
		<pubDate>Tue, 23 Nov 2010 09:11:50 +0000</pubDate>
		<guid isPermaLink="false">http://popdevelop.com/?p=309#comment-10633</guid>
		<description>Hi,

I&#039;m trying to deploy a Python2.7 / PyQt-Py2.7-4.8 with py2exe-0.6.9-py2.7

I followed the steps, it does not give the &quot;sip&quot; error (no complain) but spits out that &quot;MSVCP90.dll not found&quot;

I&#039;m lost as to how to fix that. Any help would be appreciated. :)

Viranch</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;m trying to deploy a Python2.7 / PyQt-Py2.7-4.8 with py2exe-0.6.9-py2.7</p>
<p>I followed the steps, it does not give the &#8220;sip&#8221; error (no complain) but spits out that &#8220;MSVCP90.dll not found&#8221;</p>
<p>I&#8217;m lost as to how to fix that. Any help would be appreciated. <img src='http://popdevelop.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Viranch</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikael Halén</title>
		<link>http://popdevelop.com/2010/04/how-to-build-an-executable-application-from-your-python-script-qt-special/comment-page-1/#comment-2620</link>
		<dc:creator>Mikael Halén</dc:creator>
		<pubDate>Wed, 25 Aug 2010 06:34:43 +0000</pubDate>
		<guid isPermaLink="false">http://popdevelop.com/?p=309#comment-2620</guid>
		<description>Hi Chris,

thanks for leaving a comment. It is great to hear that this article can be of assistance.

I can&#039;t remember what&#039;s up with those Visual C .dll&#039;s. What did you need to do to include those?

Thanks
Mike</description>
		<content:encoded><![CDATA[<p>Hi Chris,</p>
<p>thanks for leaving a comment. It is great to hear that this article can be of assistance.</p>
<p>I can&#8217;t remember what&#8217;s up with those Visual C .dll&#8217;s. What did you need to do to include those?</p>
<p>Thanks<br />
Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://popdevelop.com/2010/04/how-to-build-an-executable-application-from-your-python-script-qt-special/comment-page-1/#comment-2581</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 24 Aug 2010 15:55:07 +0000</pubDate>
		<guid isPermaLink="false">http://popdevelop.com/?p=309#comment-2581</guid>
		<description>Worked like a charm. Only received one error when I executed my .exe and it was because I forgot to include a data_file in the setup.py. You might want to mention about the Visual C .dll&#039;s that py2exe doesn&#039;t typically include. Great write up, thanks for taking the time to post it!</description>
		<content:encoded><![CDATA[<p>Worked like a charm. Only received one error when I executed my .exe and it was because I forgot to include a data_file in the setup.py. You might want to mention about the Visual C .dll&#8217;s that py2exe doesn&#8217;t typically include. Great write up, thanks for taking the time to post it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikael Halén</title>
		<link>http://popdevelop.com/2010/04/how-to-build-an-executable-application-from-your-python-script-qt-special/comment-page-1/#comment-321</link>
		<dc:creator>Mikael Halén</dc:creator>
		<pubDate>Tue, 06 Jul 2010 04:14:47 +0000</pubDate>
		<guid isPermaLink="false">http://popdevelop.com/?p=309#comment-321</guid>
		<description>You&#039;re welcome! Good luck deploying!</description>
		<content:encoded><![CDATA[<p>You&#8217;re welcome! Good luck deploying!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mayowa</title>
		<link>http://popdevelop.com/2010/04/how-to-build-an-executable-application-from-your-python-script-qt-special/comment-page-1/#comment-319</link>
		<dc:creator>Mayowa</dc:creator>
		<pubDate>Tue, 06 Jul 2010 03:56:22 +0000</pubDate>
		<guid isPermaLink="false">http://popdevelop.com/?p=309#comment-319</guid>
		<description>Thanks man!. Just what i needed to deploy my apps.</description>
		<content:encoded><![CDATA[<p>Thanks man!. Just what i needed to deploy my apps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikael Halén</title>
		<link>http://popdevelop.com/2010/04/how-to-build-an-executable-application-from-your-python-script-qt-special/comment-page-1/#comment-95</link>
		<dc:creator>Mikael Halén</dc:creator>
		<pubDate>Thu, 10 Jun 2010 05:16:07 +0000</pubDate>
		<guid isPermaLink="false">http://popdevelop.com/?p=309#comment-95</guid>
		<description>Thank you Emily! I never came so far as to build my application for OS X but I would like to try it out. It would be really nice to read your article if you wrote one!</description>
		<content:encoded><![CDATA[<p>Thank you Emily! I never came so far as to build my application for OS X but I would like to try it out. It would be really nice to read your article if you wrote one!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amy</title>
		<link>http://popdevelop.com/2010/04/how-to-build-an-executable-application-from-your-python-script-qt-special/comment-page-1/#comment-89</link>
		<dc:creator>Amy</dc:creator>
		<pubDate>Sat, 05 Jun 2010 21:56:19 +0000</pubDate>
		<guid isPermaLink="false">http://popdevelop.com/?p=309#comment-89</guid>
		<description>I can&#039;t thank you enough. Just when I was about to abandon the effort of converting my Python Qt script into exe, when one trouble comes after another.  Found your example, and saw all my troubles explained here. I have me exe built and run successfully in few minutes following your guide. THANK YOU!</description>
		<content:encoded><![CDATA[<p>I can&#8217;t thank you enough. Just when I was about to abandon the effort of converting my Python Qt script into exe, when one trouble comes after another.  Found your example, and saw all my troubles explained here. I have me exe built and run successfully in few minutes following your guide. THANK YOU!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emily</title>
		<link>http://popdevelop.com/2010/04/how-to-build-an-executable-application-from-your-python-script-qt-special/comment-page-1/#comment-86</link>
		<dc:creator>Emily</dc:creator>
		<pubDate>Thu, 03 Jun 2010 01:23:45 +0000</pubDate>
		<guid isPermaLink="false">http://popdevelop.com/?p=309#comment-86</guid>
		<description>Really nice work there Mike! I never managed to get my OS X app running from a Python project. The problem was loads of external dependencies, libraries and such. Perhaps I&#039;ll write a similar article when getting that stuff runing</description>
		<content:encoded><![CDATA[<p>Really nice work there Mike! I never managed to get my OS X app running from a Python project. The problem was loads of external dependencies, libraries and such. Perhaps I&#8217;ll write a similar article when getting that stuff runing</p>
]]></content:encoded>
	</item>
</channel>
</rss>

