Programming ASP with ActivePython [also a general Web question]
Paul Prescod
paulp at ActiveState.com
Mon Jun 4 12:29:23 EDT 2001
Wartan Hachaturow wrote:
>
> Hello.
>
> I've got one trouble with ASPs on Python -- they doesn't work ;)
> In fact, I did run pyscript.py, and it said that it has successfully
> registered python as a scripting engine.
> When I try to execute server-side scripts, they fail (saying 500 Server
> Error).
I think that this is a problem unique to Win2K. Mark Hammond has
recently worked out a workaround.
Run:
pyscript.py --unregister
then run
pyscript.py again.
If this does or doesn't work for you, please give a shout.
--
Take a recipe. Leave a recipe.
Python Cookbook! http://www.ActiveState.com/pythoncookbook
More information about the Python-list
mailing list