Hi Dan, > > LD_LIBRARY_PATH=/some/private/dir/lib; export LD_LIBRARY_PATH > > LD_LIBRARY_PATH does the trick, and sys.path seems okay by default. > Thanks!
If you are the admin of the machine and python is not the only package installed in a non-standard directory, then editing the /etc/ld.so.conf file might be the better option. Have look at 'man ldconfig' and 'man ld.so'. Yours, Mark -- http://mail.python.org/mailman/listinfo/python-list