On Sep 13, 12:57 am, Tim Roberts <[EMAIL PROTECTED]> wrote:
> Andrew F <[EMAIL PROTECTED]> wrote:
> >I'm a linux user and I just upgraded from 2.1 to 2.5 and changed the
> >location of a number of libraries and tools.
>
> >So far I've tracked most errors, but this one has me scratching my
> >head :
>
> >$ which python
> >/usr/local/bin/python
> >$ echo $PYTHONPATH
> >/usr/local/bin/python
>
> PYTHONPATH is supposed to point to the directory containing modules, NOT
> the directory containing the executable.  It should be /lib/python2.5.
>

Thank you both -- it was a combination of the problems.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to