ImportError: No module named win32com.client" error

Peter F. Ferris python at pferris.com
Wed May 22 18:21:52 EDT 2002


Greetings,

Whenever I try:

import win32com.client

I get a "ImportError: No module named win32com.client" error.

This is leading up to the next line of code, which is something like:

SomeSite = win32com.client.Dispatch('CuteFTPPro.TEConnection')

What's up with the "import win32com.client" line?  Is this a (3rd party)
module I need to specifically hand import?  If so, how do I do it, and where
do I find it? If not, what might I be doing wrong?

Running Win2000 with Python 2.2.1c1

All hints & suggestions appreciated!

--Peter







More information about the Python-list mailing list