Re: Python on Windows extensions

2002-09-23 Thread Patricia J. Hawkins
> "BP" == Bruce Peterson <[EMAIL PROTECTED]> writes: BP> Yes BP>after some further investigation it appears that the majority of BP> bitmap functions occur in the Windows gdi32.dll library. Using Mark BP> Hammond's notation the corresponding extension should be win32gdi.pyd BP> -- which

Re: Python on Windows extensions

2002-09-23 Thread Bruce Peterson
Yes   after some further investigation it appears that the majority of bitmap functions occur in the  Windows gdi32.dll library. Using Mark Hammond's notation the corresponding extension should be win32gdi.pyd -- which doesn't exist. I'm trying to do an programmatic screen capture to a file (so I

Re: Python on Windows extensions

2002-09-20 Thread Trent Mick
[Bruce Peterson wrote] > The ActiveState documentation discusses how to use the Windows api using > modules such as win32api. However other methods, in particular > CreateCompatibleBitmap, are shown as being a PyCDgiObject with no > indication of what module these methods are in. They're not i