[python-win32] Any volunteers

2005-10-24 Thread Harish Kotian
Hello folks I am a blind programmer. The problem I am having with python is that it is indendation sensitive. Would someone volunteer to write a code which will do indentation probably using regular _expression_. I would use for example endif or endwhile in my code and this should trigger the

[python-win32] Looking for sample code

2005-09-06 Thread Harish Kotian
Hi Friends   I am looking for sample code using python script for: 1) reading / displaying contents from MS Access database, probably using ODBC drivers 2) Reading from a sessions object, Any pointers? Regards Harish.   ___ Python-win32 mailing list

[python-win32] Help needed

2005-09-02 Thread Harish Kotian
Hello Using python script I want to redirect the user to another page. I have pasted a sample script below. What is the equivalent to the response.redirect code? How should it read?   Please help Harish.   <%@ LANGUAGE = Python%>   <%response.redirect("yahoo.com") %>