Re: [python-win32] IE interface PAMIE javascript click or win32 ie click

2009-11-13 Thread elca
Tim Roberts wrote: elca wrote: Hello, clickcr functions, you would have to use the IE object model to inject a new script tag into the page that calls the appropriate function this is actually what i want to do function. :) if possible would help me how to make it work. I've

[python-win32] ANN: PyGUI 2.1

2009-11-13 Thread Greg Ewing
PyGUI 2.1 is available: http://www.cosc.canterbury.ac.nz/greg.ewing/python_gui/ Highlights of this version: * Win32: Fixed bug preventing PyGUI apps from working under pythonw Fixed incorrect mouse coordinates in ScrollableView Added more standard cursors * MacOSX:

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

2009-11-13 Thread Mark Hammond
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 processes (properties

Re: [python-win32] ANN: PyGUI 2.0.5

2009-11-13 Thread Randy Syring
Greg, I am still seeing the bug noted below in 2.1. Do you have plans to tackle it? Thanks. -- Randy Syring Intelicom 502-644-4776 Whether, then, you eat or drink or whatever you do, do all to the glory of God. 1 Cor 10:31 David Robinow wrote: On