Ju Hui wrote: > yes, I mean I want change the sys.path value and save it for next > using. > I can change the value of sys.path, but I can't "save" it permanently. > There is no python_path environment on my pc, what the relationship > between it and the sys.path? >
In Windows, at least, you can create the PYTHONPATH variable and assign to it the paths of the directories you want Python to check for when running a script. -- http://mail.python.org/mailman/listinfo/python-list