[python-win32] WinAppDbg 1.3 is out!

2009-11-30 Thread Mario Alejandro Vilas Jerez
What is WinAppDbg? == The WinAppDbg python module allows developers to quickly code instrumentation scripts in Python under a Windows environment. It uses ctypes to wrap many Win32 API calls related to debugging, and provides an object-oriented abstraction layer to manipula

Re: [python-win32] Options for running Python under IIS?

2009-11-30 Thread Preston Landers
> On 13/11/2009 4:21 AM, Randy Syring wrote: > > You may be able to use isapi-wsgi with a custom application pool to > > achieve what you are looking for. If you can restrict the application > > pool to only use one thread per process (which I am not sure how to do) > > and then use multiple proces

Re: [python-win32] Write to address on PhysicalDisk

2009-11-30 Thread Joe Grado
It appears you need to use the win32 interface for write access to physical drives. CAUTION: This code writes over the first sector of a USB drive. for physical_disk in c.Win32_DiskDrive (Index=1,InterfaceType='USB'): sector_size = int(physical_disk.BytesPerSector) total_sector

Re: [python-win32] recording GUI events for playback (Java application)

2009-11-30 Thread Tim Roberts
tim.fulc...@bt.com wrote: > > I’m looking to automate driving a sequence of steps of an application > running on windows. I’m looking at pywinauto as a possible mechanism > which maybe can do what I need. But what I’d really like is a record > facility that could capture the events so I can glean

[python-win32] PyCPrintDialog - Is it any use?

2009-11-30 Thread Greg Ewing
The PyCPrintDialog in pywin32 doesn't seem to have any methods or attributes. How are you supposed to get information out of it? -- Greg ___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

[python-win32] PyCPrintDialog - Is it any use?

2009-11-30 Thread Greg Ewing
The PyCPrintDialog in pywin32 doesn't seem to have any methods or attributes. How are you supposed to get information out of it? -- Greg ___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32