[mod_python] unable to get publisher handler working

Hristo Asenov njvsny at yahoo.com
Mon Jul 2 15:44:36 EDT 2007


Hello, I installed mod_python recently and got the mptest example from the Documentation book working. However, I want to have user input capabilities and get forms working. I think that it is working, but unfortunately my form is not going to the right place. I am able to see the script working when I manually go to
http://localhost/form.py/trial?command=hello
however when I post using the form provided in the example, the url goes to
http://localhost/form.py/trial%22 
if I have "POST" as a method of posting and it is 
http://localhost/form.py/trial%22?command=hello
if I have a "GET" as a method of posting. Does someone know what I am doing wrong? Here is the url: http://ecks.homeunix.net/form.html.

       
---------------------------------
Choose the right car based on your needs.  Check out Yahoo! Autos new Car Finder tool.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mm_cfg_has_not_been_edited_to_set_host_domains/pipermail/mod_python/attachments/20070702/95229bb0/attachment.html


More information about the Mod_python mailing list