[web2py] Re: questions about using xml files in web2py

2014-01-27 Thread Dave S
On Friday, January 24, 2014 6:10:13 AM UTC-8, greaneym wrote: > > I found what I needed by > > reading more about requests, > http://docs.python-requests.org/en/latest/index.html > > and this reading this link, > http://stackoverflow.com/questions/2667509/curl-alternative-in-python > > and by read

[web2py] Re: questions about using xml files in web2py

2014-01-24 Thread greaneym
I found what I needed by reading more about requests, http://docs.python-requests.org/en/latest/index.html and this reading this link, http://stackoverflow.com/questions/2667509/curl-alternative-in-python and by reading more about StringIO. On Saturday, January 11, 2014 4:24:32 PM UTC-6, grean