win32com.client

Tim Roberts timr at probo.com
Fri Feb 2 01:50:56 EST 2007


"vithi" <vithi99 at hotmail.com> wrote:
>Hi,
>I use python for window. If you are saying win32com in part of the
>python then you are wrong.

Look, you aren't paying attention.  No one has said win32com is part of
Python.  What everyone has said is that win32com is part of the "Python for
Windows extensions" by Mark Hammond.  They used to be called "win32all" and
are now called "pywin32".

http://sourceforge.net/projects/pywin32

The download includes a huge number of useful Python tools for Windows
users, of which win32com is just one.

>Here is a prove:-
>>>> import win32com
>
>Traceback (most recent call last):
>  File "<pyshell#0>", line 1, in <module>
>    import win32com
>ImportError: No module named win32com
>>>>
>
>you try in your computer

It works just fine in my computer, because I have "pywin32" installed.
-- 
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.



More information about the Python-list mailing list