Hi<br><br>On Saturday, 24 March 2012, Craig Treleaven &lt;<a href="mailto:ctreleaven@cogeco.ca">ctreleaven@cogeco.ca</a>&gt; wrote:<br><br>&gt; Hi:<br>&gt;<br>&gt; Google yielded mention of py2app<br>&gt; &lt;<a href="http://svn.pythonmac.org/py2app/py2app/trunk/doc/index.html">http://svn.pythonmac.org/py2app/py2app/trunk/doc/index.html</a>&gt;.  The<br>
&gt; py2app documentation says:<br>&gt;&gt;Packages that were explicitly included with the packages option, or<br>&gt;&gt;by a recipe, will be placed in Contents/Resources/lib/python2.X/.<br>&gt;&gt;A zip file containing all Python dependencies is created at<br>
&gt;&gt;Contents/Resources/Python/site-packages.zip.<br>&gt;&gt;Extensions (which can&#39;t be included in the zip) are copied to the<br>&gt;&gt;Contents/Resources/lib/python2.X/lib-dynload/ folder.<br>&gt;<br><br>I have used py2app in the path, and what it does is similar to what our perl script is doing, look at the dependencies and copy them in the bundle.<br>
However, our packager ignore any system files. While with python, you can&#39;t. <br>As such, py2app copies pretty much all python related files into a bundle, including system python.<br>An application as such is pretty big, even when you do the simplest thing.<br>
<br>Personally, I don&#39;t use on my mac anything else but the fronted, as such I have very little incentive into making it python bindings working.