I've got some Python code that needs to interact with some Classic ASP code.
 So I've got some Python Classic ASP files that import other Python modules.
 What I would like to do is find a way to restart the Python interpreter so
that I can force it to reload all loaded modules.  However, I don't really
seem to be able to find any way to do this without restarting all of IIS.
Is there any way to do what I want to do?

Jason
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to