Hello all,

When I try the following on an .ASP page :

-----------------------
import profiler

def main():
        Response.write("Hi")

profiler.run("main()","profile.log")
----------------------------------------
The profiler claims that variable "main" is not declared.
What gives ?

Thank you,  Kari
_______________________________________________
ActivePython mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/activepython

Reply via email to