473,405 Members | 2,154 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

win32com.client

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

Jan 31 '07 #1
12 129926
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

Jan 31 '07 #2
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.comwrote:
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

Feb 1 '07 #3
"vithi" <vi*****@hotmail.comwrote in
news:11**********************@k78g2000cwa.googlegr 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
Feb 1 '07 #4
En Wed, 31 Jan 2007 22:17:10 -0300, vithi <vi*****@hotmail.comescribió:
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.comwrote:
>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

Feb 1 '07 #5
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.arwrote:
En Wed, 31 Jan 2007 22:17:10 -0300, vithi <vith...@hotmail.comescribió:
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.comwrote:
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

Feb 2 '07 #6
On Jan 31, 6:35 pm, rzed <rzan...@gmail.comwrote:
"vithi" <vith...@hotmail.comwrote innews:11**********************@k78g2000cwa.google 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

Feb 2 '07 #7
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

Feb 2 '07 #8
En Thu, 01 Feb 2007 22:18:49 -0300, vithi <vi*****@hotmail.comescribió:
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.comwrote:
>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 <rz*****@gmail.comwrote:
>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

Feb 2 '07 #9
"vithi" <vi*****@hotmail.comwrote in
news:11*********************@a34g2000cwb.googlegro 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

Feb 2 '07 #10
"vithi" <vi*****@hotmail.comwrote:
>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, ti**@probo.com
Providenza & Boekelheide, Inc.
Feb 2 '07 #11
rzed,
1) In your browser, enter this URL:http://sourceforge.net/projects/pywin32/
[...]
Try those steps, then try importing win32com again.
man, you are SOOOOO 2005. Could'nt you please make a screen cap video,
upload it to youtube and give a pointer to it on your blog?
*wink*

Harald
Feb 2 '07 #12
btw... the statement with "youtube" was a joke.

I really applaud rzed you for giving this detailed descriptions,
people like him make the spirit of c.l.p.: People get help here WAY
over what commercial support usually gets you.

Thanks for doing that, rzed!

best wishes,

HArald

Feb 2 '07 #13

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Justin Stockton | last post by:
I recently upgraded from ActivePython 2.2.2 to ActivePython 2.3.2 and I'm running into an issue importing the win32com.client module. Before installing the new version, I made sure to properly...
1
by: David Nicolson | last post by:
Hi, I have been successfully using iTunes' COM interface with Python using either of the following lines successfully: iTunes = win32com.client.gencache.EnsureDispatch("iTunes.Application")...
3
by: tyler.schlosser | last post by:
Hi there, I am trying to launch a program called AmiBroker using the command: AB = win32com.client.Dispatch("Broker.Application") However, I have a dual-core CPU and would like to launch two...
4
by: mirandacascade | last post by:
O/S : Win2K vsn of Python: 2.4 Hoping to find information that provide information about error messages being encountered. Pythonwin session: Traceback (most recent call last): File...
4
by: vithi | last post by:
Hi' I am trying to launch an application. When I try like that When I try like that Excel is opening import win32com.client object = win32com.client.Dispatch("Excel.Application") object.Visible...
2
by: Ray | last post by:
Hi, I need to use cell's background color. when I record a macro from excel, it shows: Rows("7:7").Select With Selection.Interior .ColorIndex = 8 .Pattern = xlSolid
1
by: Mark Morss | last post by:
Is this the place to ask a win32com.client question? I am a unix person trying to run on windows, so I have little familiarity with this module. I have this code: import win32com.client ...
1
by: SPJ | last post by:
Sorry, forgot to mention Subject in my earlier post, hence reposting. ------------ I am writing a script which need's to convert an excel file to csv (text) format. For that I am using the...
11
by: Bill Davy | last post by:
I am trying to edit Contacts in Outlook. This is so I can transfer numbers from my address book which is an Excel spreadsheet to my mobile phone. I came across the following snippet of code which...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.