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. "apa" <apadovan at gmail.com> wrote in message news:1124353535.829964.208660 at o13g2000cwo.googlegroups.com... > You can do it this way: > > sys.path.append("C:\Temp") > > Alejandro >