Re: Using the python profiler from an ASP Python page
a quite different scope and there is no easy way to fix it. Markus - Original Message - From: "Kári Harðarson" <[EMAIL PROTECTED]> To: "'Markus Daniel'" <[EMAIL PROTECTED]> Sent: Friday, October 12, 2001 6:07 PM Subject: RE: Using the p
Using the python profiler from an ASP Python page
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 yo