Problem
Peter Hansen
peter at engcorp.com
Tue Aug 17 12:12:40 EDT 2004
Lad wrote:
> I have only one,
> the following line in my program
>
> from _winreg import *
>
> When I run it from PythonWin program( under windows)
> it works normally.
>
> But when I try to run it from command line ( console) like
> python MyProgram.py
> I will get the error
>
> from _winreg import *
> ImportError: DLL load failed: The specified module could not be found.
Can you cut and paste into another posting the full traceback,
including the command you actually used to run the program?
-Peter
More information about the Python-list
mailing list