Hi I would like to convert the wctpXml-1.3.py program to Tcl (line by line). See http://sourceforge.net/project/showfiles.php?group_id=29217 This program sends pages using WCTP. I know nothing about Python or XML but this program is small and seems straightforward and I am sure that I will be able to figure it out - with a little help ;-) Currently I am stuck in not being able to identify the Tcl equivalent of Python's "putrequest", as in: h = httplib.HTTP("wctp.skytel.com",80) h.putrequest("POST","/wctp")
Thanks alf -- http://mail.python.org/mailman/listinfo/python-list