wen wrote: > if i wanna add the path "C:\temp" into sys.path, and make it available for > any other new python apps, like i add C:\temp into windows path , how? > thank you. Then use PYTHONPATH as you would use PATH .....