<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Arial; font-size: 12pt; color: #000000'><P>Thanks for the tip Roger.</P>
<P> </P>
<P>I did try the Respone.Write (capital R and W) - no difference)</P>
<P> </P>
<P>I did this:</P>
<P> </P>
<P>pyscript.py --debug</P>
<P> </P>
<P>It said registered in debug mode.</P>
<P> </P>
<P>Now what? Is there a log or something that would get created if python were ever invoked by ASP?</P>
<P> </P>
<P>It seem like Python is just not getting called at all. The strange thing is this used to work on my PC. Now that I</P>
<P>actually have a project that could use classic ASP and Python, I can't make it work. Bummer.</P>
<P> </P>
<P>I do have other alternatives but I wanted to use ASP specifically for the session variable support. These behave just like</P>
<P>globals and can be pass around from ASP script to ASP script. Very handy...</P>
<P> </P>
<P>Best Regards,</P>
<P> </P>
<P>J.D.</P>
<P> </P>
<P> </P>
<P><BR>Try registering it in debug mode, by passing --debug to pyscript.py.<BR>The trace collector in Pythonwin should show any error msgs<BR>generated by Python (assuming it gets as far as loading Python).<BR><BR> Roger<BR><BR><BR></P></div></body></html>