Hi<br><br>On Saturday, 24 March 2012, Craig Treleaven <<a href="mailto:ctreleaven@cogeco.ca">ctreleaven@cogeco.ca</a>> wrote:<br><br>> Hi:<br>><br>> Google yielded mention of py2app<br>> <<a href="http://svn.pythonmac.org/py2app/py2app/trunk/doc/index.html">http://svn.pythonmac.org/py2app/py2app/trunk/doc/index.html</a>>. The<br>
> py2app documentation says:<br>>>Packages that were explicitly included with the packages option, or<br>>>by a recipe, will be placed in Contents/Resources/lib/python2.X/.<br>>>A zip file containing all Python dependencies is created at<br>
>>Contents/Resources/Python/site-packages.zip.<br>>>Extensions (which can't be included in the zip) are copied to the<br>>>Contents/Resources/lib/python2.X/lib-dynload/ folder.<br>><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'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't use on my mac anything else but the fronted, as such I have very little incentive into making it python bindings working.