Win32com doesnt come included in python instalation

I read wiki of tech artist a while back… found usage of win32com but i discovered this module is not supplied with Python and needs to be downloaded separately, so what would be the recipe to do operations as mentioned on wikiusing win32 modules

Why can’t you just install the win32 module? It’s free and really simple to setup

Alternatively you can use a distribution that includes the extension (like activestate)

Regards,
Thorsten

This is our go to site for pre compiled extensions : http://www.lfd.uci.edu/~gohlke/pythonlibs/

[QUOTE=svenneve;18048]This is our go to site for pre compiled extensions : http://www.lfd.uci.edu/~gohlke/pythonlibs/[/QUOTE] but I like to explore whats inside py files… I waz just curious…