[Tutor] search path

Christopher Arndt chris.arndt at web.de
Sat Jul 22 19:31:18 CEST 2006


johnsonv3 schrieb:
> If one does this...
>  
> import sys
> sys.path.append("C:\\panda\direct")
>  
> Is the change to python search path only temporary?

Yes, it only changes the search path within that program. The system-wide
default search path is not changed.

Chris


More information about the Tutor mailing list