im running rh9 (linux)
i cant seem to import any python modules, i have set the python path right, i have put the module i am importing in the pub dir, the .blend dir and my home dir but it doesnt work any idea?
in a terminal type:
export PYTHONPATH=/usr/lib/python2.2/ …
then test by
echo PYTHONPATH
and it should print path out. Aso try as root user or PYTHONHOME
Alreameber installing more then 1 python version is bad!