win32comm

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Alberto Vera

    win32comm

    Hello:

    Could you tell me How I can solve this problem?

    Regards

    import win32com.client
    ImportError: No module named win32com.clieny
  • Peter Hansen

    #2
    Re: win32comm

    > Alberto Vera wrote:[color=blue]
    >
    > Hello:
    >
    > Could you tell me How I can solve this problem?
    >
    > Regards
    >
    > import win32com.client
    > ImportError: No module named win32com.clieny[/color]

    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.clien t", 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

    Comment

    • Paradox

      #3
      Re: win32comm

      "Alberto Vera" <avera@coes.org .pe> wrote in message news:<mailman.1 063896746.31017 .python-list@python.org >...[color=blue]
      > Hello:
      >
      > Could you tell me How I can solve this problem?
      >
      > Regards
      >
      > import win32com.client
      > ImportError: No module named win32com.clieny
      > --[/color]

      Perhaps you need to install the win32 extensions.


      Comment

      • News M Claveau /Hamster-P

        #4
        Re: win32comm

        LOL
        --
        Michel Claveau
        news://news.zoo-logique.org/programmation.Paradox


        Comment

        Working...