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

_______________________________________________
Ironpython-users mailing list
Ironpython-users@python.org
https://mail.python.org/mailman/listinfo/ironpython-users

Reply via email to