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 '[EMAIL PROTECTED]'.split('@')])" -- http://mail.python.org/mailman/listinfo/python-list