RESOLVED Re: PYTHONPATH

bruno at modulix onurb at xiludom.gro
Tue Apr 25 05:49:54 EDT 2006


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 for me was *almost* what bruno suggested. It
> didn't work here until I used ':' rather than bruno's ';' as the path
> element separator. 

oops, my bad :(
Sorry for the typo - it's of course ':'.

-- 
bruno desthuilliers
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
p in 'onurb at xiludom.gro'.split('@')])"



More information about the Python-list mailing list