Problems with python in asp

Neil Hodgson neilh at hare.net.au
Tue Mar 7 20:51:44 EST 2000


Joshua Macy wrote

>   I may be barking up the wrong tree entirely (I haven't tried Python in
> ASP yet), but it appears to me that stripped of the ASP cruft, your
> Python routine looks like:

   There are three types of ASP cruft:
<%@    Directive
<%=    Value extraction
<%    Script

   I have no idea how these are presented to the Python engine, but the 
<%= category %>
   bits shouldn't be interpreted as part of the surrounding script.

   Neil






More information about the Python-list mailing list