[Pythonmac-SIG] Fwd: py2app help needed

sudhakar s ssquery at gmail.com
Thu Jun 25 15:05:42 CEST 2009


---------- Forwarded message ----------
From: sudhakar s <ssquery at gmail.com>
Date: Thu, Jun 25, 2009 at 6:12 PM
Subject: py2app help needed
To: bangpypers at python.org


HI everyone...
I am working on python pmw on Mac and i am in my final stage of project,
 and when i came to make an .app file or an  executable i am getting an
error which was heart breaking,
because on  i was unable to run my application which was made using py2app.
Procedure I used to convert .py to .app is as below :

curl -O http://peak.telecommunity.com/dist/ez_setup.py

sudo python ez_setup.py -U setuptools

python setup.py install

python setup.py develop

py2applet --make-setup invpmw.py

rm -rf build dist
python setup.py py2app

By the above steps i got a .app file in dist and when i click on the .app
file i get result as below...

Please someone help how to rectify my problem or suggest how to make a .app
from .py using pmw.....

And one more thing is that when i use -A in "python setup.py py2app" i am
getting result which is
offcourse its standalone appilication.

Is there any method to convert standalone application to work on other
system........

Thanks in advance.

with regards
S Sudhakar.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pythonmac-sig/attachments/20090625/4a949fba/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Picture 1.png
Type: image/png
Size: 43516 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/pythonmac-sig/attachments/20090625/4a949fba/attachment-0001.png>


More information about the Pythonmac-SIG mailing list