ronaldoussoren / py2app

py2app is a Python setuptools command which will allow you to make standalone Mac OS X application bundles and plugins from Python scripts.
Other
344 stars 36 forks source link

0.5.2 has missing/broken arch templates (and 0.5.3 isn't at PyPI) #7

Closed ronaldoussoren closed 13 years ago

ronaldoussoren commented 13 years ago

Original report by Anonymous.


pyapp-0.5.2 has only 4 prebuilt apptemplates: main-fat, main-fat3, intel, and universal, with no single-platform templates. Also, "intel" is i386+ppc+x86_64 instead of i386+x86_64.

I probably wouldn't have noticed this, except that MacPorts defaults to x86_64-only on 10.6, so when I switched from Fink to MacPorts, I ended up with an x86_64-only version of py2app, and can no longer build any apps.

It looks like this has been fixed in BitBucket for 5 months, and the fix should be in the 0.5.3 mentioned on the wiki (http://wiki.python.org/moin/MacPython/py2app), but PyPI doesn't have an 0.5.3.

ronaldoussoren commented 13 years ago

Original comment by Ronald Oussoren (Bitbucket: ronaldoussoren, GitHub: ronaldoussoren).


As you noted this will be fixed in 0.5.3, which will be released once a compatibility issue wrt. python 3.2 is fixed.

In the meantime you can download a snapshot of 0.5.3 using the 'get source' link in the buttonbar of the bitbucket site.

(Closing as resolved because this is fixed in the repository)