Re: RESOLVED Re: PYTHONPATH

2006-04-25 Thread bruno at modulix
Brian van den Broek wrote: > Hi all, > > As a fairly new linux user running ubuntu 5.10 I'd had problems > persistently setting my PYTHONPATH environment variable. bruno and > Edward got me most of the way (thanks!); I'm posting what worked for > future googling. > (snip) > The syntax that worked

Re: RESOLVED Re: PYTHONPATH

2006-04-24 Thread Edward Elliott
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 ' at the shell to get inf

RESOLVED Re: PYTHONPATH

2006-04-24 Thread Brian van den Broek
Hi all, As a fairly new linux user running ubuntu 5.10 I'd had problems persistently setting my PYTHONPATH environment variable. bruno and Edward got me most of the way (thanks!); I'm posting what worked for future googling. bruno at modulix said unto the world upon 20/04/06 08:38 AM: >>Can