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
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to