[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-06-18 17:08:35
|
Bugs item #1997051, was opened at 2008-06-18 17:08 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=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: Open Resolution: None 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 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1997051&group_id=78018 |