win32api not found?

norseman norseman at hughes.net
Mon Jul 21 12:26:42 EDT 2008


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/showfiles.php?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\\Lib\\site-packages\\win32 as 
win32api.pyd

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

HTH
Steve
norseman at hughes.net



More information about the Python-list mailing list