Python module import failed error

Chris Angelico rosuav at gmail.com
Tue Feb 19 11:25:30 EST 2013


On Wed, Feb 20, 2013 at 3:17 AM,  <matt.doolittle33 at gmail.com> wrote:
> thats the file path.  the directory "bin" in my home directory.  in bash it obviously looks like this  "~/bin" using the file system folder the path is home/Home/bin.  i have tried commands like, export PYTHONPATH=${PYTHONPATH}:/users/matt/bin or home/matt/bin or Home/home/bin and nothing has worked.

Change to that directory, then type 'pwd'. That'll tell you the actual
path. My guess would be /home/matt/bin - note the leading slash.

ChrisA



More information about the Python-list mailing list