Problem:I was getting:
Could not find platform dependent libraries
Consider setting $PYTHONHOME to [:]
when I started Python that had been installed from MacPorts.
(Versions 2.4 and 2.5)
Solution:
I first uninstalled both Python2.4 and Python2.5 from MacPorts and
went through and also remo
I'm trying to use py2app on a script that uses OpenGL. I've been able to
make a py2exe wrapper of the script, which works fine. I don't know my way
around the mac environment quite as well, however.
When I try to run my binary, I get an error, saying
ImportError: No module named OpenGL.GL
looking