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" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > You can do it this way: > > sys.path.append("C:\Temp") > > Alejandro > -- http://mail.python.org/mailman/listinfo/python-list