how do i add a new path into sys.path?

apa apadovan at gmail.com
Thu Aug 18 04:25:35 EDT 2005


You can do it this way:

sys.path.append("C:\Temp")

Alejandro




More information about the Python-list mailing list