473,378 Members | 1,140 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,378 software developers and data experts.

win32comm

Hello:

Could you tell me How I can solve this problem?

Regards

import win32com.client
ImportError: No module named win32com.clieny
Jul 18 '05 #1
3 2239
> Alberto Vera wrote:

Hello:

Could you tell me How I can solve this problem?

Regards

import win32com.client
ImportError: No module named win32com.clieny


Cut and paste the entire error message rather than retyping
it, to avoid mistakes such as the above.

Assuming that your error message doesn't say what you say
it says, but rather a message about "win32com.client", then
the next question is have you installed the win32all package?

This is not included with Python, but must be downloaded
separately unless you are using the ActiveState package.

Go to the Python download page and follow the links to get the
package, then run the installer. Afterwards the above code
should work fine if you've done everything correctly.

-Peter
Jul 18 '05 #2
"Alberto Vera" <av***@coes.org.pe> wrote in message news:<ma**********************************@python. org>...
Hello:

Could you tell me How I can solve this problem?

Regards

import win32com.client
ImportError: No module named win32com.clieny
--


Perhaps you need to install the win32 extensions.

http://starship.python.net/crew/mham...Downloads.html
Jul 18 '05 #3

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

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.