[pywin32-bugs] [ pywin32-Bugs-1997051 ] win32api, win32com.client
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2008-07-04 00:51:59
|
Bugs item #1997051, was opened at 2008-06-19 03:08 Message generated for change (Comment added) made by mhammond You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1997051&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: None Group: None >Status: Closed >Resolution: Works For Me Priority: 5 Private: No Submitted By: Peter Botros (peterbotros) Assigned to: Nobody/Anonymous (nobody) Summary: win32api, win32com.client Initial Comment: downloaded pwin32 from http://sourceforge.net/project/showfiles.php?group_id=78018&package_id=79063 installed it then, from a python shell, tried: >>> import win32com.client Traceback (most recent call last): File "<stdin>", line 1, in ? File "C:\Python24\Lib\site-packages\win32com\__init__.py", line 5, in ? import win32api, sys, os ImportError: No module named win32api what can be done ?? Thanks ---------------------------------------------------------------------- >Comment By: Mark Hammond (mhammond) Date: 2008-07-04 10:52 Message: Logged In: YES user_id=14198 Originator: NO Please reopen this if you are still having problems. ---------------------------------------------------------------------- Comment By: Roger Upole (rupole) Date: 2008-06-19 07:19 Message: Logged In: YES user_id=771074 Originator: NO If it was installed over an existing installation, you might want to check if there are any outdated dll's left over from the previous build. It's possible old versions of pythoncom24.dll or pywintypes24.dll may be left in your system32 directory, or the \Lib\site-packages\pywin32_system32 dir. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1997051&group_id=78018 |