I have currently Panda3D working in the ppython version that is shipped with Panda3D. But how do I link Panda3D to the python version shipped with OSX Lion 2.7.1?
I read things about ~/.bash_profile and I tried the following including the rest of the bash profile:
# Setting PATH for EPD-7.2-2
# The orginal version is saved in .bash_profile.pysave
PATH="/Library/Frameworks/EPD64.framework/Versions/Current/bin:${PATH}"
export PATH
export PYTHONPATH="/Developer/Panda3D/lib/direct":$PYTHONPATH
export PYTHONPATH
MKL_NUM_THREADS=1
export MKL_NUM_THREADS
But I still get an
ImportError: No module named direct.showbase.ShowBase