<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
	>
<channel>
	<title>Comments on: How to make standalone OS X application bundles from PyQt apps using py2app</title>
	<atom:link href="http://aralbalkan.com/1675/feed" rel="self" type="application/rss+xml" />
	<link>http://aralbalkan.com/1675</link>
	<description>Passionate geekisms.</description>
	<lastBuildDate>Fri, 19 Mar 2010 19:46:31 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: WORKS13 &#8226; &#187; Installing Eric4 on Mac OS X (Snow Leopard)</title>
		<link>http://aralbalkan.com/1675/comment-page-1#comment-259273</link>
		<dc:creator>WORKS13 &#8226; &#187; Installing Eric4 on Mac OS X (Snow Leopard)</dc:creator>
		<pubDate>Tue, 26 Jan 2010 22:02:07 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1675#comment-259273</guid>
		<description>[...] are some ressources around about deploying Python and PyQt applications on Mac OS X, e.g. here, here, and here, and if you read them, you maybe will see, that it isn&#8217;t without hitches. You have [...]</description>
		<content:encoded><![CDATA[<p>[...] are some ressources around about deploying Python and PyQt applications on Mac OS X, e.g. here, here, and here, and if you read them, you maybe will see, that it isn&#8217;t without hitches. You have [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Hartley</title>
		<link>http://aralbalkan.com/1675/comment-page-1#comment-258297</link>
		<dc:creator>Stephen Hartley</dc:creator>
		<pubDate>Wed, 11 Nov 2009 14:49:33 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1675#comment-258297</guid>
		<description>After fixing (downgrading) serf, you may still see this error when using py2applet:
  /usr/bin/strip: for architecture ppc64 object: .../Contents/Frameworks/Python.framework/Versions/2.5/Python malformed object (load command 3 cmdsize not a multiple of 8)

To fix this, install python25 with +universal, e.g.
  sudo port install python25 +universal</description>
		<content:encoded><![CDATA[<p>After fixing (downgrading) serf, you may still see this error when using py2applet:<br />
  /usr/bin/strip: for architecture ppc64 object: &#8230;/Contents/Frameworks/Python.framework/Versions/2.5/Python malformed object (load command 3 cmdsize not a multiple of 8)</p>
<p>To fix this, install python25 with +universal, e.g.<br />
  sudo port install python25 +universal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Hartley</title>
		<link>http://aralbalkan.com/1675/comment-page-1#comment-258295</link>
		<dc:creator>Stephen Hartley</dc:creator>
		<pubDate>Wed, 11 Nov 2009 14:07:11 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1675#comment-258295</guid>
		<description>BTW, if you are trying this now, you&#039;ll see an error trying to install py25-macholib-devel, but I found that if install revision 46161 of serf after python25, then py25-macholib-devel will build and install OK.</description>
		<content:encoded><![CDATA[<p>BTW, if you are trying this now, you&#8217;ll see an error trying to install py25-macholib-devel, but I found that if install revision 46161 of serf after python25, then py25-macholib-devel will build and install OK.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: roberto</title>
		<link>http://aralbalkan.com/1675/comment-page-1#comment-257942</link>
		<dc:creator>roberto</dc:creator>
		<pubDate>Sat, 26 Sep 2009 20:11:42 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1675#comment-257942</guid>
		<description>thank you aral.

do you happen to have _any_ solution to the plugins dependency problem (i.e. the fact that plugins do not correctly get linked, and for instance using webkit to display pages will result in images not showing)?</description>
		<content:encoded><![CDATA[<p>thank you aral.</p>
<p>do you happen to have _any_ solution to the plugins dependency problem (i.e. the fact that plugins do not correctly get linked, and for instance using webkit to display pages will result in images not showing)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lukáš 'Spike' Polívka</title>
		<link>http://aralbalkan.com/1675/comment-page-1#comment-256413</link>
		<dc:creator>Lukáš 'Spike' Polívka</dc:creator>
		<pubDate>Tue, 14 Jul 2009 04:40:02 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1675#comment-256413</guid>
		<description>Thanks for this guide, however…!

1) Building Qt &amp; PyQt via MacPorts is currently broken, but it&#039;s quite easy to workaround.

2) I have the same problem as riklaunim. Before I followed your guide, I had installed everything by myself (Qt .dmg bundle from QtSoftware), compiled sip and PyQt… And it was enough to import individual PyQt4.s in my app. Then py2app picked up only the frameworks needed.

But with your guide, it doesn&#039;t pick them up unless I import PyQt4._qt. I don&#039;t get it. When I try specify the frameworks by hand in setup.py, the frameworks cannot be found. Eh.</description>
		<content:encoded><![CDATA[<p>Thanks for this guide, however…!</p>
<p>1) Building Qt &amp; PyQt via MacPorts is currently broken, but it&#8217;s quite easy to workaround.</p>
<p>2) I have the same problem as riklaunim. Before I followed your guide, I had installed everything by myself (Qt .dmg bundle from QtSoftware), compiled sip and PyQt… And it was enough to import individual PyQt4.s in my app. Then py2app picked up only the frameworks needed.</p>
<p>But with your guide, it doesn&#8217;t pick them up unless I import PyQt4._qt. I don&#8217;t get it. When I try specify the frameworks by hand in setup.py, the frameworks cannot be found. Eh.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: riklaunim</title>
		<link>http://aralbalkan.com/1675/comment-page-1#comment-256131</link>
		<dc:creator>riklaunim</dc:creator>
		<pubDate>Wed, 03 Jun 2009 10:35:30 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1675#comment-256131</guid>
		<description>I&#039;ve build a binary with py2app, but PyQt4._qt is pulling redundan&#039;t Qt components like QtDesigner, xml, dbus, network etc. which app doesn&#039;t need. only QtCore and QtGui. If I remove PyQt4._qt from the list then the binary is small, but it doesn&#039;t want to work, as it doesn&#039;t find PyQt4._qt :)

Is there a way to exclude unneeded PyQt4/Qt4 components without breaking the build?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve build a binary with py2app, but PyQt4._qt is pulling redundan&#8217;t Qt components like QtDesigner, xml, dbus, network etc. which app doesn&#8217;t need. only QtCore and QtGui. If I remove PyQt4._qt from the list then the binary is small, but it doesn&#8217;t want to work, as it doesn&#8217;t find PyQt4._qt :)</p>
<p>Is there a way to exclude unneeded PyQt4/Qt4 components without breaking the build?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: caio1982</title>
		<link>http://aralbalkan.com/1675/comment-page-1#comment-205847</link>
		<dc:creator>caio1982</dc:creator>
		<pubDate>Sat, 17 Jan 2009 13:42:08 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1675#comment-205847</guid>
		<description>Thank you so much for that, you saved many hours of debugging and googling. My project http://astmontray.sf.net thanks you too :-)</description>
		<content:encoded><![CDATA[<p>Thank you so much for that, you saved many hours of debugging and googling. My project <a href="http://astmontray.sf.net" rel="nofollow">http://astmontray.sf.net</a> thanks you too :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steveballmer</title>
		<link>http://aralbalkan.com/1675/comment-page-1#comment-197655</link>
		<dc:creator>steveballmer</dc:creator>
		<pubDate>Wed, 10 Dec 2008 02:14:54 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1675#comment-197655</guid>
		<description>Well that looks intuitive!</description>
		<content:encoded><![CDATA[<p>Well that looks intuitive!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tico</title>
		<link>http://aralbalkan.com/1675/comment-page-1#comment-197485</link>
		<dc:creator>Tico</dc:creator>
		<pubDate>Tue, 09 Dec 2008 07:20:52 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1675#comment-197485</guid>
		<description>Thanks, this helped a lot.  I was getting stuck in the version mismatch error and this post had everything I needed to get thing</description>
		<content:encoded><![CDATA[<p>Thanks, this helped a lot.  I was getting stuck in the version mismatch error and this post had everything I needed to get thing</p>
]]></content:encoded>
	</item>
</channel>
</rss>
