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
> 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
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
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
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
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