vm wrote:
> Hi, for some reason my POST is not working properly.

Look at the URL again, you missed a character.  You had:

httpSess.request("POST","/",params,headers)

It should be:

httpSess.request("POST","/q",params,headers)

--
Benji York

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to