Python module import failed error

Mark Lawrence breamoreboy at yahoo.co.uk
Tue Feb 19 11:47:37 EST 2013


On 19/02/2013 16:28, matt.doolittle33 at gmail.com wrote:
>   My guess would be /home/matt/bin - note the leading slash.
>>
>>
>>
>> ChrisA
>
> correct. 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




More information about the Python-list mailing list