[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...> - 2007-07-01 21:03:29
|
Bugs item #1157829, was opened at 2005-03-06 13:05 Message generated for change (Comment added) made by rupole You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1157829&group_id=78018 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: installation Group: None >Status: Closed >Resolution: Out of Date Priority: 5 Private: No 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: Jestelm kytketty laite ei toimi. (=>translation: device attached to system does not work) *** run_installscript: internal error 0xFFFFFFFF *** ---------------------------------------------------------------------- >Comment By: Roger Upole (rupole) Date: 2007-07-01 16:03 Message: Logged In: YES user_id=771074 Originator: NO Windows 95 has been unsupported for some time now, so closing as out of date. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1157829&group_id=78018 |