I am running Python 2.7 under Mac OS 10.6.4, and I just installed wxPython from the wxPython2.8-osx-unicode-2.8.11.0-universal-py2.7.dmg binary. I am getting a
wxPython2.8-osx-unicode-2.8.11.0-universal-py2.7.dmg
There are two files for 32bit system, python2.7-32 and pythonw2.7-32. You can use these two files to run your script.
I link python to the python2.7-32 and link pythonw to the pythonw2.7-32. My scripts all are working well.
you can try.