[Pythonmac-SIG] problem upgrading to 0.4.3

Norman Lorrain normanlorrain at gmail.com
Mon Oct 12 20:38:34 CEST 2009


Tried to upgrade, but can't get the correct version...

mac:~ norman$ sudo easy_install -U py2app
Password:
Searching for py2app
Reading http://pypi.python.org/simple/py2app/
Reading http://undefined.org/python/#py2app
Best match: py2app 0.4.3
Processing py2app-0.4.3-py2.6.egg
py2app 0.4.3 is already the active version in easy-install.pth
Installing py2applet script to /usr/local/bin

Using /Library/Python/2.6/site-packages/py2app-0.4.3-py2.6.egg
Processing dependencies for py2app
Finished processing dependencies for py2app
mac:~ norman$ python
Python 2.6.1 (r261:67515, Jul  7 2009, 23:51:51)
[GCC 4.2.1 (Apple Inc. build 5646)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import py2app
>>> py2app.__version__
'0.4.2'
>>>


I'm running on Snow Leopard.  This version creates the app, but the the
result is Contents/Frameworks only contains libwx_macud-2.8.0.dylib (no
Python.framwork)

My previous py2app worked on my development machine, but clients were
gettting "module object has no attribute tickcount" when running the app.
This prompted me to upgrade.



-Norman
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pythonmac-sig/attachments/20091012/ca382afb/attachment.htm>


More information about the Pythonmac-SIG mailing list