load_dynamic(_name_, path)

jim-on-linux inq1ltd at inqvista.com
Thu Oct 8 12:56:39 EDT 2009


Python help,

In win32api line 10 is written:
 mod = imp.load_dynamic(__name__, path)

traceback;
ImportError: DLL load failed:  The specified module 
could not be found.

import imp is available,
Where does 
load_dynamic(__name__, path) 
come from?

jim-on-linux



More information about the Python-list mailing list