[python-win32] win32com.client import problem

Threader Slash threaderslash at gmail.com
Wed Oct 14 10:49:36 CEST 2009


Hi Everybody,

I have 2 imports:

import pythoncom
from win32com.client import Dispatch

if I run it on my Python 2.6 Console, it works nicely. However, when I go to
Eclipse IDE, open a project, open a main.py file, and try run, it gives the
error:

import pythoncom
ImportError: No module named pythoncom

All other imports are working ok on Eclipse IDE -- e.g. import MySQLdb.

Any suggestion about what is missing?

All comments and suggestion are welcome.

ThreaderSlash
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-win32/attachments/20091014/91a8cafe/attachment.htm>


More information about the python-win32 mailing list