A minor addition to Kent's advice:
urllib2 can be used to post form data to a web site.

This is very convenient if the expected data format is stable.  You will
still need the urlencode from urllib to encode the data to be posted.


-- 
Lloyd Kvam
Venix Corp

_______________________________________________
Tutor maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/tutor

Reply via email to