Hi everyone,
I encountered a problem, that is I failed import pythoncom module. The
error message is below:
>>> import pythoncom
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "G:\PortablePython_1.1_py2.6.1\App\lib\site-packages
\pythoncom.py", line
2, in <module>
import pywintypes
File "G:\PortablePython_1.1_py2.6.1\App\lib\site-packages\win32\lib
\pywintypes
.py", line 107, in <module>
__import_pywin32_system_module__("pywintypes", globals())
File "G:\PortablePython_1.1_py2.6.1\App\lib\site-packages\win32\lib
\pywintypes
.py", line 99, in __import_pywin32_system_module__
"No system module '%s' (%s)" % (modname, filename)
ImportError: No system module 'pywintypes' (pywintypes26.dll)
Did anyone have any idea? Thanks very much.
Wayne