views:

405

answers:

4

I'm new to both python and the python win32 extensions available at http://python.net/crew/skippy/win32/ but I can't find any documentation online or in the installation directories concerning what exactly the win32 extensions provide. Where is this information?

+2  A: 

You'll find documentation here: http://docs.activestate.com/activepython/2.4/pywin32/PyWin32.HTML

(Note: most of the API docs are under 'modules' and 'objects'. Note that the documentation is very sparse here but rembember: since it's only a wrapper on top of the win32 API --> the 'full' documentation is also on the MSDN website, google should be helpful...)

ChristopheD
Those are 2.4 docs; the latest one (for 2.6) is available at http://docs.activestate.com/activepython/2.6/pywin32/PyWin32.HTML
Sridhar Ratnakumar
A: 

In addition to ChristopheD's recommendations I also find that Tim Golden's Python Stuff is very useful.

Good Luck, Cutaway

Cutaway
A: 
voyager
A: 
Sridhar Ratnakumar