module search path

Jive Dadson dsdfdsadfas at isdfssdfasdf.invalid
Tue Dec 17 20:11:41 EST 2002


Can you explain this?  The module that I want Python to find is an extension in a DLL.  I tried "prepending" sys.path with the directory that my DLL is in before importing the module for the first time.  Despite that, Python found a module with the same name in the DLL directory that's listed later in the path.  (I had put that module in the Python DLL directory earlier.)  I checked twice for typos when I augmented the path.

J.



More information about the Python-list mailing list