[pywin32-bugs] [ pywin32-Bugs-1157829 ] postinstall failure: LoadSystemModule on Win95
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
|
From: SourceForge.net <no...@so...> - 2005-03-06 18:05:24
|
Bugs item #1157829, was opened at 2005-03-06 20:05 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1157829&group_id=78018 Category: installation Group: None Status: Open Resolution: None Priority: 5 Submitted By: xet7 (xet7) Assigned to: Nobody/Anonymous (nobody) Summary: postinstall failure: LoadSystemModule on Win95 Initial Comment: On Win95 B (finnish), installed today from scratch using vmware: - IE 5.5 SP2 - Dcom for Win95 (DC95Inst) - Office 97 - Updates from WindowsUpdate.microsoft.com - python2.4.msi - wxPython2.5-win32-unicode-2.5.3.1-py24 - wxPython2.5-win32-docs-demos-2.5.3.1 - MySQL-python.exe-1.2.0.win32-py2.4 - pywin32-203.win32-py2.4 (same error with build 202) wxPython demo and all others installed and run fine, but when installing pywin32 I got error: Traceback (most recent call last): File "C:\Python24\Scripts\pywin32_postinstall.py", line 358, in ? install() File "C:\Python24\Scripts\pywin32_postinstall.py", line 155, in install LoadSystemModule(lib_dir, "pywintypes") File "C:\Python24\Scripts\pywin32_postinstall.py", line 94, in LoadSystemModule ('.dll', 'rb', imp.C_EXTENSION)) ImportError: DLL load failed: Järjestelmään kytketty laite ei toimi. (=>translation: device attached to system does not work) *** run_installscript: internal error 0xFFFFFFFF *** ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1157829&group_id=78018 |