On 19/02/2013 16:28, matt.doolittl...@gmail.com wrote:
My guess would be /home/matt/bin - note the leading slash.ChrisAcorrect. and in the home directory i run export PYTHONPATH=${PYTHONPATH}:/home/matt/bin and have had no luck? am i using the wrong command?
What is PYTHONPATH actually set to? You can find out by running python interactively, then
import os os.environ['PYTHONPATH'] -- Cheers. Mark Lawrence -- http://mail.python.org/mailman/listinfo/python-list