Forums

How do I get these standard Python 2.7 libraries?

Hi, I am using Python 2.7 and have a library that requires urllib, urllib2, urlparse and json. These aren't in the 'batteries included' list and I can't install them from Pypi because they're not on there. How can I get them?

Sorry, just seen that urllib isn't available with free accounts, guess that's the reason!

Those are all in the standard library. There's no need to install them. The limitation on free accounts is just that you don't have access to the entire internet, just whitelisted sites via http(s).