why would 'import win32com' fail?

Chris Rebert clp at rebertia.com
Thu Oct 23 15:47:55 EDT 2008


On Thu, Oct 23, 2008 at 12:21 PM, bill <wgrigg at draper.com> wrote:
> All,
>
> 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?

It's not a standard library module. You'll need to install it from:
http://python.net/crew/mhammond/win32/Downloads.html

Cheers,
Chris
-- 
Follow the path of the Iguana...
http://rebertia.com

>
>
> TIA,
>
> Bill
> --
> http://mail.python.org/mailman/listinfo/python-list
>



More information about the Python-list mailing list