Cecil Westerhof <ce...@decebal.nl> writes: > ... >> If you do mean 'pathlib', it was introduced in Python 3.4. > > It is about python2.
I can remember to have seen announcements for enhanced "path" modules in this list. Your previously posted traceback shows that the problem comes from the package "pickleshare" which expects a "path" module (likely one of those enhanced modules) and cannot find one. I would try to find out what "path" module "pickleshare" requires and then install it. -- https://mail.python.org/mailman/listinfo/python-list