Re: [python-win32] Python Automation Question

2010-02-22 Thread Mike Driscoll
Hi Greg, On 1:59 PM, Roberts, Gregory (Contractor) wrote: We have decided to oset the default printer in a macro which we must run on the excel report and hope that all will work on Monday when in production. I would like to find a python solution which I could refactor into the correct place.

Re: [python-win32] GetDIBits Troubles

2010-02-22 Thread Tim Roberts
McBuell wrote: > I know that GetDIBits is not part of the win32 module, but it seems for me > the best matching forum for my question. > > I'm currently trying to capture a screenshot on a Windows XP machine. > Although there are several other ways (ImageGrab of PIL, third party dlls > etc.) I want