Hi Python Google Group! I hope someone could help me and then one day when I am good I can contribute to the forum as well. Does anyone know what is wrong with my syntax here as I am trying to submit this form using MultipartPostHandler that I installed?
import MultipartPostHandler, urllib2 params = { 'Run_Number' : 'NONE', 'MAX_FILE_SIZE' : '2000000', 'submitForm' : 'Submit' } opener.open("http://consurf.tau.ac.il/index_full_form_PROT.php", params) -- http://mail.python.org/mailman/listinfo/python-list