NAVIGATION
---------------------------------

/ Home
/ Download
/ Roadmap
/ Active tickets
/ Documentation
/ Sponsorship
/ About

If you like Portable Python project and wish to support further development, please consider making a donation.

Donations can be made using a credit card or PayPal account.

Ticket #2 (accepted defect)

Opened 15 months ago

Last modified 14 months ago

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

Changed 15 months ago by p.zivkovic

  • status changed from new to accepted

Changed 14 months ago by p.zivkovic

  • description modified (diff)

Changed 14 months ago by p.zivkovic

  • description modified (diff)
Note: See TracTickets for help on using tickets.