win32com and MS Excel

Matthias Huening mhuening at zedat.fu-berlin.de
Mon Feb 18 07:42:57 EST 2002


alife at narod.ru (Serge Terekhoff) wrote in
news:98322540.0202180251.2ddf81f4 at posting.google.com: 

> Dear all!
> 
> on
> from win32com.client import Dispatch
> 
> My Python2.2 replies:
> 
> Traceback (most recent call last):
>   File "F:\Users\Serge\MyPy\to_excel.py", line 1, in ?
>     from win32com.client import Dispatch
> ImportError: No module named win32com.client
> 
> 
> What i did wrong?

You will have to install Mark Hammond's win32all-extensions:
http://starship.python.net/crew/mhammond/

The ActiveState-version of Python comes with the extensions:
http://www.activestate.com/Products/ActivePython/

Matthias



More information about the Python-list mailing list