nuxhash icon indicating copy to clipboard operation
nuxhash copied to clipboard

GUI failed to start.

Open Napenthes opened this issue 2 years ago • 3 comments

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'

Napenthes avatar Oct 12 '21 00:10 Napenthes

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 ?

henriktre avatar Oct 12 '21 20:10 henriktre

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 <img width="804" alt="Screen Shot 2022-01-06 at 4 32 30 PM" src="https://user-images.githubusercontent.com/67562560/148471863-2527e201-297f-474a-865a-7e6f93196262.png"> gtk4.0 ? did that, still failed

Kief5555 avatar Jan 07 '22 00:01 Kief5555

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.

cprn avatar Jan 11 '22 01:01 cprn