On Thu, 23 Oct 2008 12:21:29 -0700, bill wrote:

> I am trying to access Excel from Python. Many of the examples started
> with:
> 
>       import win32com
>       ....
>       blah, blah
> 
> I try that from my Python shell and it fails. What am I missing here?

The `win32com` module?  It is not part of the standard library.

Ciao,
        Marc 'BlackJack' Rintsch
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to