Hello,
is there any equivalent thing as the urllib is in Python but is available directly in wxPython?
Hello,
is there any equivalent thing as the urllib is in Python but is available directly in wxPython?
Why would you need one? This is Python. Just use the standard library. Or you could try the newish 3rd party lib, requests: Requests: HTTP for Humans™ — Requests 2.32.3 documentation
On Wednesday, July 25, 2012 8:57:21 AM UTC-5, wxGeek wrote:
Hello,
is there any equivalent thing as the urllib is in Python but is available directly in wxPython?
Bo�tjan Mejak wrote:
Hello,
is there any equivalent thing as the urllib is in Python but
is available directly in wxPython?
Yes, it's called "urllib".�� ;)
When a capability exists in both Python and wx, always use the
Python version.