good documentation about win32api ??
olsongt at verizon.net
olsongt at verizon.net
Fri Dec 1 12:56:09 EST 2006
__schronos__ wrote:
> Hi all.
>
> Recently I've to developed a project in python that made operation
> under win32 platform and I found a lot of problema to find good
> information. The only one documentation is in ActivePython page
> (http://aspn.activestate.com/ASPN/docs/ASPNTOC-APYTH2.4.0) but it is
> not very good and finally I had to turn to the newsgroups (it was very
> nice).
>
> And the question is: ¿Anybody knows where can I find good
> documentation about win32api?
>
> Thanks in advanced.
>
> ScnS.
http://msdn.microsoft.com covers the API itself, although you need to
transliterate from the C code to python.
More information about the Python-list
mailing list