Re: [python-win32] Query related to Python

2012-01-26 Thread Jacob Kruger
What are you using to edit python in/with? For example, I use a text editor to create/edit python scripts/source code, so, yes, I can copy/paste quite easily, and from python interpreter in command line of windows, aside from other workarounds, I have occasionally used the alt + space bar keys

[python-win32] Query related to Python

2012-01-26 Thread amy john
Hi, My name is Nupur Jha. I have one query related to Python. [1] I would like to know if we update any python file then while saving it can we extract the updated line and paste in excel. [2] If so what all we are suppose to do. I will be thankful if I will get a positive reply from your side.

Re: [python-win32] ISAPI Filter for authentication

2012-01-26 Thread Randy Syring
On 01/26/2012 01:02 PM, Tim Roberts wrote: Please excuse me for the side trip, but I'm confused by your requirement. If you are willing to allow the general public to access your information via Google, then what's the point of the HTTP Auth? If you have some information that is public and some

Re: [python-win32] ISAPI Filter for authentication

2012-01-26 Thread Kris Hardy
Randy Syring wrote: I'm trying to write what I hope is a simple ISAPI filter to require HTTP Auth for a current website but allow Google and other search engines access to the content. I'm aware of the basics for getting an ISAPI filter registered with IIS: As an additional note from someone t

Re: [python-win32] ISAPI Filter for authentication

2012-01-26 Thread Tim Roberts
Randy Syring wrote: > I'm trying to write what I hope is a simple ISAPI filter to require > HTTP Auth for a current website but allow Google and other search > engines access to the content. I'm aware of the basics for getting an > ISAPI filter registered with IIS: Please excuse me for the side t

[python-win32] ISAPI Filter for authentication

2012-01-26 Thread Randy Syring
I'm trying to write what I hope is a simple ISAPI filter to require HTTP Auth for a current website but allow Google and other search engines access to the content. I'm aware of the basics for getting an ISAPI filter registered with IIS: http://docs.activestate.com/activepython/2.7/pywin32/ht