trdlo / client175

Automatically exported from code.google.com/p/client175
GNU General Public License v3.0
0 stars 0 forks source link

Trying to run client175 on Raspberry PI OS with Python 3 #54

Open JeepHu opened 12 months ago

JeepHu commented 12 months ago

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'