[python-win32] Re: py2exe app on Windows 95
Niki Spahiev
niki at vintech.bg
Tue Oct 26 17:42:31 CEST 2004
Craig H. Anderson wrote:
>
> App is still not running, but I found some log output finally.
> Traceback (most recent call last):
> File "WOCloseApp.py", line 2, in ?
> File "adodbapi\__init__.pyc", line 1, in ?
> File "adodbapi\adodbapi.pyc", line 24, in ?
> File "win32com\__init__.pyc", line 5, in ?
> File "win32api.pyc", line 9, in ?
> File "win32api.pyc", line 7, in __load
> ImportError: DLL load failed: A device attached to the system is not
> functioning.
This strange message means that some of imports of win32api.pyd are
missing. Are you using latest pywin32?
There was problem with b202 IIRC
Niki Spahiev
More information about the Python-win32
mailing list