[Tutor] sys.path

Gus Tabares gus.tabares@verizon.net
Tue Aug 5 21:53:01 EDT 2003


Hey all,

	I'm just curious if anyone else has noticed this in Python 2.3 under
Windows (2000). This may have been there in 2.2 and I just didn't notice
it:

>>> import sys, os
>>> for path in sys.path:
	if not os.path.exists(path):
		print path

C:\WINNT\system32\python23.zip
C:\Python23\lib\plat-win
>>>

What are these and if they do not exist why are they in sys.path? Anyone
know? Just curious..no big deal:)


-- 
/Gus





More information about the Tutor mailing list