[pywin32-bugs] [ pywin32-Bugs-959162 ] Win98 SE pythonwin run failure
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2004-05-31 13:14:21
|
Bugs item #959162, was opened at 2004-05-24 00:01 Message generated for change (Comment added) made by gtegos You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=959162&group_id=78018 Category: pythonwin Group: None Status: Open Resolution: None Priority: 5 Submitted By: john wolter (johnswolter) Assigned to: Nobody/Anonymous (nobody) Summary: Win98 SE pythonwin run failure Initial Comment: I installed the 2.3.4rc1 then your 201 build and found an error when I started pywin. The target system is a Win98 SE /w 64 RAM 4 GigaHD, nothing special etc. I've run 2.3.3 and wiin32all previously and all was ok. Let me know if there is anything I can do to correct this. Thanks for your package it has made a real difference. Startup runtime ERROR for pythonwin: File "C:\PYTHON23\Lib\site-packages\pythonwin\pywin\framework\intpyapp.py", line 163, in InitInstance import interact File "C:\PYTHON23\Lib\site-packages\pythonwin\pywin\framework\interact.py", line 26, in ? import winout File "C:\PYTHON23\Lib\site-packages\pythonwin\pywin\framework\winout.py", line 26, in ? from pywintypes import UnicodeType File "C:\PYTHON23\Lib\site-packages\win32\lib\pywintypes.py", line 69, in ? __import_pywin32_system_module__("pywintypes", globals()) File "C:\PYTHON23\Lib\site-packages\win32\lib\pywintypes.py", line 62, in __import_pywin32_system_module__ raise ImportError, "Can not locate " + filename exceptions.ImportError: Can not locate pywintypes23.dll ---------------------------------------------------------------------- Comment By: George Tegos (gtegos) Date: 2004-05-31 13:14 Message: Logged In: YES user_id=464497 We had the same symptoms on WinME and we discovered that the pywintypes dll was on the system directory, only it had 8.3 file name. We renamed the file to pywintypes23.dll (also the pythoncom23.dll) and everything went OK. ---------------------------------------------------------------------- Comment By: HAVOK (havok) Date: 2004-05-26 17:48 Message: Logged In: YES user_id=12566 this is a dupe of bug 917702 Solution: 1. Add C:\WINDOWS\SYSTEM to your PATH (c:\autoexec.bat) OR 2. Move pywintypes23.dll and that other dll (py*.dll) to C:\windows OR 3. Move those files to C:\Python23 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=959162&group_id=78018 |