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
2009-09-23 19:35:59
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
2009-10-11 16:27:44
A:
In addition to ChristopheD's recommendations I also find that Tim Golden's Python Stuff is very useful.
Good Luck, Cutaway
Cutaway
2009-09-23 19:49:02
A:
voyager
2009-09-23 20:09:53
A:
Sridhar Ratnakumar
2009-09-24 05:45:44