ImportError: /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/wx-2.8-mac-unicode/wx/_core_.so: no appropriate 64-bit architecture (see "man python" for running in 32-bit mode)
I need to have the 32 bit version of python execute. One of the methods listed in the man page is:
export VERSIONER_PYTHON_PREFER_32_BIT=yes
Adding this to my .profile leads to the 32 bit version of Python running which loads wxPython just fine.