I notice there's a httplib available to python scripts, but its not documented anywhere that I could find (Wiki, offical PDF).
Are there docs for this and any other libs that aren't mentioned in the official docs?
Thanks - Lindsay
I notice there's a httplib available to python scripts, but its not documented anywhere that I could find (Wiki, offical PDF).
Are there docs for this and any other libs that aren't mentioned in the official docs?
Thanks - Lindsay
The only "documentation" I could find was this site. Sadly it's about Python in general, not specifically about PyS60.
urllib2 is not supported yet on PyS60, but if you ever need it this is also handly: http://www.voidspace.org.uk/python/a.../urllib2.shtml
Mikko Ohtamaa
http://mfabrik.com
http://blog.mfabrik.com
Thanks, should have though of checking the python docs.