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.
_______________________________________________ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig