Hi group.  I'm using urllib to send information to my payment
processor via https as follows:

[snip]
import urllib

[snip]

DataPacket = urllib.urlopen(PostUrl , DatatoSend)
PayResponse = DataPacket.read()
PayResponse.close()

PostUrl is the url i'm posting to, Datatosend is the data i'm sending
over.

In this example, how would I parse out the datafields and their values
being returned to me in the PayResponse?

Thanks in advance!




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to