After upgrading to Snow Leopard, I'm having trouble building my application. It looks like py2app is building and copying over wxPython, but when I run from the buld app, it can't find wx.
+3
A:
I solved this by doing a clean Snow Leopard install, and installing python from Python.org, then the corresponding wxPython. py2app I built from source.
Norman
2009-10-18 02:02:34
Thank you for posting an answer to your own question when you finally figured it out -- it can be a great help to anyone else who runs into the same problem in the future.
Crashworks
2010-03-08 02:47:35