[Pythonmac-SIG] py2app refresher?
Ned Deily
nad at acm.org
Tue Jul 21 09:06:55 CEST 2009
In article <338812E1-826D-42D3-A70C-0BA83E529A79 at conncoll.edu>,
Charles Hartman <charles.hartman at conncoll.edu> wrote:
> Sorry, I know this is elementary. I haven't used py2app in a couple
> of years and I think things have changed. I'm using Python 2.6.2,
> wxPython (current), py2app 0.3.6, and a fresh download of setuptools.
> My setup.py for my app contains the newer style "from setuptools
> import setup" rather than the old "from distutils.core import setup".
> Things seem to work until near the end, when I get a message about a
> missing Info.plist file. Traceback pasted below.
Try upgrading to py2app (0.4.2) from svn trunk. One of the items in the
news file there:
"Remove dependency on a 'version.plist' file in the python framework"
Something like this (untested) should work (and avoid potential problem
due to a setuptools incompatibility with the lastest version of svn):
mkdir /tmp/p2a
cd /tmp/p2a
svn co http://svn.pythonmac.org/py2app/py2app/trunk/
easy_install trunk/
--
Ned Deily,
nad at acm.org
More information about the Pythonmac-SIG
mailing list