4

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.

Jon Seigel
  • 12,251
  • 8
  • 58
  • 92
Norman
  • 581
  • 1
  • 5
  • 10

1 Answers1

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
  • 2
    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 Mar 08 '10 at 02:47