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

2009-11-12 Thread Tim Roberts
elca wrote: > Hello, > ""clickcr" functions, you would have to use the IE object model to inject a > new 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 never done this, but if

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

2009-11-12 Thread Randy Syring
Preston Landers wrote: 4) Use isapi-wsgi: This seems to be getting more popular but it seems to use threads and I'm wondering whether this will break my app in subtle ways. I make heavy use of various Python C extension modules which may not be fully threadsafe. Also within my app code there

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

2009-11-12 Thread Tim Golden
Preston Landers wrote: On Thu, Nov 12, 2009 at 6:32 AM, Mark Hammond wrote: On 12/11/2009 10:03 AM, Preston Landers wrote: 4) Use isapi-wsgi: This seems to be getting more popular but it seems to use threads and I'm wondering whether this will break my app in subtle ways. Thread support shou

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

2009-11-12 Thread Preston Landers
On Thu, Nov 12, 2009 at 6:32 AM, Mark Hammond wrote: > > On 12/11/2009 10:03 AM, Preston Landers wrote: >> >> 4) Use isapi-wsgi:  This seems to be getting more popular but it seems >> to use threads and I'm wondering whether this will break my app in >> subtle ways. > > Thread support should be op

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

2009-11-12 Thread Mark Hammond
On 12/11/2009 10:03 AM, Preston Landers wrote: 4) Use isapi-wsgi: This seems to be getting more popular but it seems to use threads and I'm wondering whether this will break my app in subtle ways. Thread support should be optional - it is if you use the lower-level isapi stuff included in pyw