When I try to `import gnp`, I get the following error: > ImportError: no module named urllib2 It [looks like](http://stackoverflow.com/questions/2792650/python3-error-import-error-no-module-name-urllib) this is related to differences between python2 and 3.
When I try to
import gnp, I get the following error:It looks like this is related to differences between python2 and 3.