win32com.client

vithi vithi99 at hotmail.com
Thu Feb 1 20:18:49 EST 2007


Hi,
If you are saying win32com in part of the  python then you are wrong.
Here is a prove:-

IDLE 1.2
>>> 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



On Jan 31, 7:17 pm, "Gabriel Genellina" <gagsl... at yahoo.com.ar> wrote:
> En Wed, 31 Jan 2007 22:17:10 -0300, vithi <vith... at hotmail.com> escribió:
>
> > This is not I was looking for. There is a module call
> > "win32com.client" in python some people used it If any body know about
> > it let me know.
>
> > On Jan 31, 1:45 pm, Gary Herron <gher... at islandtraining.com> wrote:
> >> vithi wrote:
> >> > Hi
> >> > Any one tell me where I can get (or download) python modules win32com
> >> > or win32com.client because I have to use "Dispatch"  thanks
>
> >> You want the "python for windows" extension, available from
> >>  http://sourceforge.net/projects/pywin32/
>
> Yes. You get the win32com module from the above url. It's part of that  
> package, by Mark Hammond, and a lot of people uses it.
>
> --
> Gabriel Genellina





More information about the Python-list mailing list