Brian van den Broek wrote: > It > didn't work here until I used ':' rather than ';' as the path > element separator.
Sorry, I missed the semi-colon before. Yes, unix uses colon to separate path elements. Glad you figured it out and got it working. FYI you can type 'man <command>' at the shell to get information about most command-line programs (and a number of other things). That's where the bash man page snippet I posted came from. Just in case you don't already know. -- http://mail.python.org/mailman/listinfo/python-list