Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > win32com.client

Reply
Thread Tools

win32com.client

 
 
vithi
Guest
Posts: n/a
 
      01-31-2007
Hi
Any one tell me where I can get (or download) python modules win32com
or win32com.client because I have to use "Dispatch" thanks

 
Reply With Quote
 
 
 
 
Gary Herron
Guest
Posts: n/a
 
      01-31-2007
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/

Gary Herron

 
Reply With Quote
 
 
 
 
vithi
Guest
Posts: n/a
 
      02-01-2007
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...@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/
>
> Gary Herron



 
Reply With Quote
 
rzed
Guest
Posts: n/a
 
      02-01-2007
"vithi" <> wrote in
news: oups.com:

> Hi
> Any one tell me where I can get (or download) python modules
> win32com or win32com.client because I have to use "Dispatch"
> thanks
>


What distribution are you using? If you are using Windows and have
downloaded the Python.org one, then, as Gary has told you:
"You want the "python for windows" extension, available from
http://sourceforge.net/projects/pywin32/"

I think the ActiveState distro includes it as part of its package.

I don't know if any of this applies if you are using Linux, VMS, etc.

--
rzed
 
Reply With Quote
 
Gabriel Genellina
Guest
Posts: n/a
 
      02-01-2007
En Wed, 31 Jan 2007 22:17:10 -0300, vithi <> 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...@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

 
Reply With Quote
 
vithi
Guest
Posts: n/a
 
      02-02-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...@yahoo.com.ar> wrote:
> En Wed, 31 Jan 2007 22:17:10 -0300, vithi <vith...@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...@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



 
Reply With Quote
 
vithi
Guest
Posts: n/a
 
      02-02-2007
On Jan 31, 6:35 pm, rzed <rzan...@gmail.com> wrote:
> "vithi" <vith...@hotmail.com> wrote innews: groups.com:
>
> > Hi
> > Any one tell me where I can get (or download) python modules
> > win32com or win32com.client because I have to use "Dispatch"
> > thanks

>
> What distribution are you using? If you are using Windows and have
> downloaded the Python.org one, then, as Gary has told you:
> "You want the "python for windows" extension, available from http://sourceforge.net/projects/pywin32/"
>
> I think the ActiveState distro includes it as part of its package.
>
> I don't know if any of this applies if you are using Linux, VMS, etc.
>
> --
> rzed



 
Reply With Quote
 
vithi
Guest
Posts: n/a
 
      02-02-2007
Hi,
I use python for window. 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



vithi

 
Reply With Quote
 
Gabriel Genellina
Guest
Posts: n/a
 
      02-02-2007
En Thu, 01 Feb 2007 22:18:49 -0300, vithi <> escribió:

> If you are saying win32com in part of the python then you are wrong.


Uh, what is so difficult to understand?

vithi wrote:
>> Any one tell me where I can get (or download) python modules win32com


On Jan 31, 1:45 pm, Gary Herron <gher...@islandtraining.com> wrote:
>> You want the "python for windows" extension, available from
>> http://sourceforge.net/projects/pywin32/


You didn't believe him, so I wrote:
>> 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.


rzed <> wrote:
>> I think the ActiveState distro includes it as part of its package.


vithi wrote:
>>>> import win32com

>
> Traceback (most recent call last):
> File "<pyshell#0>", line 1, in <module>
> import win32com
> ImportError: No module named win32com
>>>>


Sure, you don't have it installed, else you would not be asking here.

> you try in your computer


Why should I?

--
Gabriel Genellina

 
Reply With Quote
 
rzed
Guest
Posts: n/a
 
      02-02-2007
"vithi" <> wrote in
news: ups.com:

> Hi,
> I use python for window. If you are saying win32com in part of

the
> python then you are wrong.


That is not what I or anyone else is saying. What we have said,
perhaps not in words you understand, is this:

1) In your browser, enter this URL:
http://sourceforge.net/projects/pywin32/

2) When the page comes up, find the big green box that says
"Download Python for Windows extensions" and click on it

3) In the next page that comes up, find the big green box that
says "Download" and click on that. That will bring up a page with
a list of installers, each with a name that indicates what Python
release the module goes with. If you have the 2.4 release, for
instance, click on pywin32-210.win32-py2.4.exe to download the
matching pywin32 installer.

4) When you have downloaded the installer, click on it in your
Windows Explorer. This will execute the installer, and the entire
pywin32 package will be installed, including win32com.

Try those steps, then try importing win32com again.

--
rzed



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off




Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57