Re: getting an HTTP Error 500 on a form post

2008-06-03 Thread iBlaine
problem solved...changes to the python code were not necessary -- http://mail.python.org/mailman/listinfo/python-list

getting an HTTP Error 500 on a form post

2008-06-03 Thread iBlaine
I'm hoping someone here can answer my problem - I'm getting a 500 error when I run this code. What it should do is setup cookies, log in, then post a file to a form. The problem is it throws an exception at ClientCookie.urlopen(form.click()). The webserver hosting the form is fine, the python lo