Re: Decent Win32All Documentation



The Great Harlin Seritt uttered these words on 4/24/2005 5:20 AM:
Does anyone know of any decent documenation on Mark Hammond's win32all
modules? I have tried looking at the documentation .chm file that comes
with it, Python Programming On Win32 (OReilly book) and ActiveState's
documentation and have found them all lacking -- yes I need it broken
down to me.

What I am hoping to do is to work on some Python versions of PSTools. I
think the win32 modules will be perfect for helping me do this,
however, I am having a (more than it should be) difficult time making
sense of the win32process module.


Harlin,

I usually first refer to MSDN for the win32 API and other functions. If some definitions are not clear and also to make sure that the Python version of the function call corresponds to the C function, I refer to Activestate's Win23all documentation.


Typically what I do is import win32process, dir(win32process), pick out a function and google it; the first couple of matches are usually the MSDN documentation for that function. The left bar on the MSDN page lists all the functions in the process API, so you can get click happy and read away.


HTH,
-Kartic
.



Relevant Pages

  • Re: Why no maintained wrapper to Win32?
    ... You mean 'total lack of documentation' besides Mark Hammond's O'Reilly ... book on Windows programming in Python? ... Not to mention MSDN, Charles Petzold's book, and other sources of ...
    (comp.lang.python)
  • Re: Finding installed package files
    ... for making installation information more easily accessible? ... >> somewhere where more information about the key parts of the package ... >> As an example I installed the latest Python on Fedora 3. ... what one would expect is a form of help documentation much more integrated ...
    (alt.os.linux.redhat)
  • Re: Bitching about the documentation...
    ... > a language need complaints about the language? ... To give potential adopters of Python a more even handed view ... but sometimes "constructive criticism" means ... I have found Python's documentation to generally be excellent. ...
    (comp.lang.python)
  • Re: My Python annoyances
    ... incomplete documentation, a maze of little platform-specific quirks to ... Python base classes have changed behavior. ... perhaps the best introduction to the language when it was written. ... I filed a bug report. ...
    (comp.lang.python)
  • Re: My Python annoyances
    ... incomplete documentation, a maze of little platform-specific quirks to ... Python base classes have changed behavior. ... perhaps the best introduction to the language when it was written. ... I filed a bug report. ...
    (comp.lang.python)