Ticket #2 (accepted defect)
Failed import pythoncom
| Reported by: | Wayne (via google group) | Owned by: | p.zivkovic |
|---|---|---|---|
| Priority: | major | Milestone: | Portable Python 1.2 |
| Component: | libraries | Version: | 1.1 |
| Severity: | high | Keywords: | pythoncom |
| Cc: |
Description (last modified by p.zivkovic) (diff)
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)
http://groups.google.com/group/portablepython/browse_frm/thread/acfacb783bc39cb7
Change History
Note: See
TracTickets for help on using
tickets.



