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.
Asked
Active
Viewed 1,001 times
1 Answers
7
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
- 581
- 1
- 5
- 10
-
2Thank 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 Mar 08 '10 at 02:47