Re: win32api not found?

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

    Re: win32api not found?


    Lamonte Harris wrote:
    Where can I get the win32api module? I been searching all day on google and
    nothing, i installed
    https://sourceforge.net/project/show...group_id=78018 which requires
    win32api and its not found...
    >
    >
    >
    ------------------------------------------------------------------------
    >
    --
    http://mail.python.org/mailman/listinfo/python-list
    =============== =============
    I followed the links from python.org to Mark Harmond's win32 package.
    It loads into (in my case) c:\\Python25\\L ib\\site-packages\\win32 as
    win32api.pyd

    Also: try the import win32api command another has suggested before
    searching all over.

    HTH
    Steve
    norseman@hughes .net
Working...