[Ironpython-users] no module named urllib

Langbehn, Thimo t.langbehn at euroimmun.de
Fri Jul 15 03:45:49 EDT 2016


Dear László,

> six calls "from pkg_resources.extern.six.moves import urllib, map, filter"

> I get the same error with the import statement "from six.moves import urllib"

As you determined, this is not caused by the std-lib modules. Do you have the „six“ package installed?
Since you already installed pip (with ensurepip), you should be able to install six:

ipy -X:Frames -m pip install six

See http://ironpython.net/blog/2014/12/07/pip-in-ironpython-275.html

Cheers,

Thimo



More information about the Ironpython-users mailing list