Hi all, Some of you may have struck an "Internal Error 500" error when trying to use Python as an Active Scripting language inside IIS using the latest ActivePython builds. The solution to this appears to be the following: * Change to the "Python21\win32comext\axscript\client" directory. * Execute "python pyscript.py --unregister" * Execute "python pyscript.py" This should make everything work. The key step is the "--unregister" step - this clears out some problems in the registry. Just doing the last registation step does not solve the problem for IIS (even though it _does_ solve the problem for IE and other scripting environments). We will have this fixed in the next ActivePython release. Regards, Mark. _______________________________________________ ActivePython mailing list [EMAIL PROTECTED] http://listserv.ActiveState.com/mailman/listinfo/activepython