Python in ASP seems awkward?

d. savitsky dsavitsk at e-coli.net
Fri Aug 11 18:39:12 EDT 2000


i think you are correct. it seems (in the little tests that i've done) that
the python code can't control which parts of the html get skipped over.

> Is there something short of putting response.write calls
> everywhere to let me use this style of page?

watch your syntax too, "response.write" will raise an error.  you'll need
"Response.Write" :)

doug





More information about the Python-list mailing list