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
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
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")
%>