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. However, Carsten had the real cause for your immediate problem. -- Tim Roberts, [EMAIL PROTECTED] Providenza & Boekelheide, Inc. -- http://mail.python.org/mailman/listinfo/python-list