How do i set the PYTHONPATH variable ?
From answers to my query on "editing path" I realized that this is what should be done if i want to include another folder in the  Python search path.
 
I tried:
import sys
sys.path.append('additional path')
 
but it worked only at runtime and is forgotten when I restart Python.
I would like to append the PYTHONPATH permanently.
 
How is it done under Windows XP ?
 
Thank you very much for your attention
Eli Brosh
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to