[Pythonmac-SIG] py2app failed to pack codes with wxPython
Lance Chou
LChou at PLXTech.com
Fri Jul 3 08:45:04 CEST 2009
Hi All,
Recently, I have been trying to pack my application on Mac OS X. The
application is written in Python and wxPython for its UI.
I pack it by following the tutorial shown on the py2app website. The
packing is successful but encountes exception while running it.
According to the exception messages, it shows the application cannot
find the library "wx.lib.platebtn". It reminds me of when I ran my
application on Mac OS X with python interpretor, the python interpretor
also complaint about missing library "wx.lib.platebtn". After I
re-installed wxPython, it can be run successfully.
When I pack my application on Mac OS X, the problem comes again. I'm
wondering if there's any solution that I could tell py2app to include
the library in when packing it.
Any comments or helps are appreciative.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pythonmac-sig/attachments/20090702/2eb6fb8e/attachment.htm>
More information about the Pythonmac-SIG
mailing list