As it seems there's no activity for a long time here, I'd like to know whether you are still responding here.
My problem is some incompatibility with latest Python version. In some cases, I patched server.py following the error messages.
Though, I still have to run it without errors:
Traceback (most recent call last): File "/home/rob/.config/mpd/client175/server.py", line 23, in <module> import cherrypy, json, os, pwd, urllib, urllib2, sys File "/home/rob/.config/mpd/client175/cherrypy/__init__.py", line 62, in <module> from urlparse import urljoin as _urljoin ModuleNotFoundError: No module named 'urlparse'
As it seems there's no activity for a long time here, I'd like to know whether you are still responding here. My problem is some incompatibility with latest Python version. In some cases, I patched server.py following the error messages. Though, I still have to run it without errors:
Traceback (most recent call last): File "/home/rob/.config/mpd/client175/server.py", line 23, in <module> import cherrypy, json, os, pwd, urllib, urllib2, sys File "/home/rob/.config/mpd/client175/cherrypy/__init__.py", line 62, in <module> from urlparse import urljoin as _urljoin ModuleNotFoundError: No module named 'urlparse'