I am trying to install wxPython on OS X 10.7.5 with python 2.7.5 to satisfy the dependency of Editra 0.7.20. I first tried to install the binary. I got no errors, but the Editra setup.py script can’t find it and neither can I to tweak the PYTHONPATH. So, I tried the source code install but the instructions refer to a script, build-wxpython.py, and it’s not in the distribution. It has what appears to be the usual automake scripts and a setup.py, but none of these work, either. So, how does one go about installing wxPython so that Editra can find it?
I am trying to install wxPython on OS X 10.7.5 with python 2.7.5 to
satisfy the dependency of Editra 0.7.20. I first tried to install the
binary. I got no errors, but the Editra setup.py script can't find it
and neither can I to tweak the PYTHONPATH.
Which wxPython binary are you trying to install? Is your Python the one from Python.org or some other build? Which python is found first on the PATH when you try to run it from a Terminal session? (Use "which python" to be sure.)
So, I tried the source code
install but the instructions refer to a script, build-wxpython.py, and
it's not in the distribution. It has what appears to be the usual
automake scripts and a setup.py, but none of these work, either. So, how
does one go about installing wxPython so that Editra can find it?