@golgoth said in Digger: A graphic room editor for MUX/MUSH:

/usr/lib/python2.7/dist-packages

/usr/local/lib/python2.7/site-packages/

--

I went into the 'site-packages' directory for Python3 and copied PyQt5/ to Python2's. Hey, at least it's now failing creatively:

$ python main.py Traceback (most recent call last): File "main.py", line 8, in <module> from PyQt5 import QtCore, QtGui ImportError: dlopen(/usr/local/lib/python2.7/site-packages/PyQt5/QtCore.so, 2): Symbol not found: _PyBytes_AsString Referenced from: /usr/local/lib/python2.7/site-packages/PyQt5/QtCore.so Expected in: flat namespace in /usr/local/lib/python2.7/site-packages/PyQt5/QtCore.so

I have tried and failed to install PyQt4 from the official site, as it complains that it can't find qmake, and I can't find an install for qmake except via the qt-devel library. Until I become a more capable developer, I will now leave this in the hands of other people, and let this thread get back on track.

--

For those now afraid to try out Digger, I am only having these issues on macOS. Try it out!