[Pythonmac-SIG] py2app problems

Bob Ippolito bob at redivi.com
Mon Oct 30 18:16:20 CET 2006


On 10/30/06, thor <thorthor at altern.org> wrote:
>
> Hi list
>
> I'm trying to build an app with py2app. The project is using pygame and
> pyOpenGL and all that is imported in the main file.
>
> I'm on PowerBook, OS X 10.4.6
>
> I try to build the setupfile with py2applet as recommended but I get
> this:
>
> thm21-mac-pb:~/Desktop/opengl thm21$ 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
> thm21-mac-pb:~/Desktop/opengl thm21$

It looks like you didn't uninstall a previous installation of py2app
properly. The documentation has a section on how to do that.

http://svn.pythonmac.org/py2app/py2app/trunk/doc/index.html#uninstalling-py2app-0-2-x-or-earlier

-bob


-bob


More information about the Pythonmac-SIG mailing list