немного подумав пришел к такому
data = {'__EVENTTARGET': '', '__EVENTARGUMENT': '', '__VIEWSTATE':__VIEWSTATE, 'ctl00%24th%24tbSearch':'', 'ctl00%24Main3%24TextBox1':'qzer', 'ctl00%24Main3%24TextBox2':'290590', 'ctl00%24Main3%24Button1':'%D0%92%D0%BE%D0%B9%D1%82%D0%B8' }
но питон пишет множестро ошибок типа
Traceback (most recent call last):
File "C:\Documents and Settings\ziliboba\workspace\test\src\main.py", line 17, in <module>
f = opener.open(login_url, encoded_data)
File "C:\Python26\lib\urllib2.py", line 397, in open
response = meth(req, response)
File "C:\Python26\lib\urllib2.py", line 510, in http_response
'http', request, response, code, msg, hdrs)
File "C:\Python26\lib\urllib2.py", line 435, in error
return self._call_chain(*args)
File "C:\Python26\lib\urllib2.py", line 369, in _call_chain
result = func(*args)
File "C:\Python26\lib\urllib2.py", line 518, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
urllib2.HTTPError: HTTP Error 500: Internal Server Error