[python-win32] Re: win32pipe Usage

Thomas Heller theller at python.net
Thu Mar 11 06:29:06 EST 2004


Neil Benn <benn at cenix-bioscience.com> writes:

> Hello,
>
>              I'm starting to get to grips with Python-win32 but I have
>              a couple of questions I was hoping somebody could advise
>              me with :
>
>     Looking at the win32api documentation on the ActiveState website,
>     there are a number of classes I can use (one of them being
>     pyHANDLE).  However I cannot find which module the classes are
>     defined in, is there any information (I've done google searches -
>     to no avail) which will tell me where these classes are defined so
>     that I can import them?

Without having looked deeper, I would guess they are defined in
pywintypes, which is an extension module implemented in C++.

Took a look, it seems you can create them by
  pywintypes.HANDLE(integer)

Thomas




More information about the Python-win32 mailing list