Open Napenthes opened 3 years ago
you need to install some sort of wx tools, im on arch, so i cant give you specific command.
have you tried installing the package specified in the quick start?
sudo apt install python3-wxgtk4.0
?
you need to install some sort of wx tools, im on arch, so i cant give you specific command. have you tried installing the package specified in the quick start? `sudo apt install python3-wx
gtk4.0` ? did that, still failed
Currently the simplest solution is to switch to idkau's fork. He fixed wx
versions incompatibility. Either that or you can patch in his changes yourself.
Ubuntu 19.10 - GEForce GTX 1060 The GUI failed to start with the following errors.
Traceback (most recent call last): File "/usr/local/bin/nuxhash-gui", line 8, in sys.exit(nuxhash_gui())
File "/usr/local/lib/python3.8/dist-packages/nuxhash/init.py", line 6, in nuxhash_gui from nuxhash.gui.main import main
File "/usr/local/lib/python3.8/dist-packages/nuxhash/gui/main.py", line 9, in import wx
ModuleNotFoundError: No module named 'wx'