newbie...No module named win32com.client

S

schouwla

This is my very first time to use Phyton!

I am getting a problem with win32com.client missing from some existinf
scripts.
Python 2.4.2 (#67, Sep 28 2005, 12:41:11) [MSC v.1310 32 bit (Intel)]
on win32
Type "help", "copyright", "credits" or "license" for more information.Traceback (most recent call last):
File "<stdin>", line 1, in ?
ImportError: No module named win32com.client

I can see the packages in located in a lib.zip files.. how do I tell
Phyton to use that zip file for it's packages?

Lars
 
P

placid

This is my very first time to use Phyton!

I am getting a problem with win32com.client missing from some existinf
scripts.
Python 2.4.2 (#67, Sep 28 2005, 12:41:11) [MSC v.1310 32 bit (Intel)]
on win32
Type "help", "copyright", "credits" or "license" for more information.Traceback (most recent call last):
File "<stdin>", line 1, in ?
ImportError: No module named win32com.client

I can see the packages in located in a lib.zip files.. how do I tell
Phyton to use that zip file for it's packages?

you need the win32 extensions and install it.

http://www.python.net/crew/mhammond/win32/Downloads.html
https://sourceforge.net/project/showfiles.php?group_id=78018&package_id=79063&release_id=432365
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top