[Python-Dev] PEP 273: Import Modules from Zip Archives (original) (raw)

Finn Bock bckfnn@worldonline.dk
Mon, 29 Oct 2001 19:15:00 GMT


[JimA]

I am confused. Zip archives are equivalant to subdirectories, so there is no requirement to have anything at the top level. Your example seems to imply a second search path besides sys.path.

[GvR]

I think Finn simply means that the zipfile may have some redundant initial suffix to all filenames (e.g. "Lib/") ...

Yes, that was it!

regards, finn