Import from database

Kartic kartic.krishnamurthy at gmail.com
Mon Jan 24 12:19:05 EST 2005


Steve,

I believe you have to put ntpath, macpath and posixpath in the module
database for os.path to work.

I tried it with zipimporter builtin and I got the same traceback till I
added ntpath.py to my zip file. (Of course, I renamed the original
ntpath to _ntpath so that the original did not get imported)
Thanks,
--Kartic




More information about the Python-list mailing list