[Pythonmac-SIG] [ANN] py2app 0.3.2

Kaweh Kazemi kaweh.kazemi at chello.at
Thu Jul 20 21:32:56 CEST 2006


hi,

i was upgrading from a older version of py2app (pre-setuptools as far  
as i know), following the instruction at http://svn.pythonmac.org/ 
py2app/py2app/trunk/doc/index.html#installation

using py2applet failed with:

> $ py2applet --make-setup myapp.py
> Traceback (most recent call last):
>   File "/usr/local/bin/py2applet", line 2, in ?
>     from py2app.scripts.script_py2applet import main
> ImportError: No module named scripts.script_py2applet


so i fixed line 2 in /usr/local/bin/py2applet to

> from py2app.script_py2applet import main
>
i hope this was fine. i'm not sure if this was a problem with my  
installation or a general problem. i'm posting this if anyone else  
encounters this.

cheers,
kaweh


More information about the Pythonmac-SIG mailing list