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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to