Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

GUI failed to start. #109

Open
Napenthes opened this issue Oct 12, 2021 · 3 comments
Open

GUI failed to start. #109

Napenthes opened this issue Oct 12, 2021 · 3 comments

Comments

@Napenthes
Copy link

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'

@henriktre
Copy link

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 ?

@Kief5555
Copy link

Kief5555 commented Jan 7, 2022

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

Screen Shot 2022-01-06 at 4 32 30 PM

gtk4.0` ? did that, still failed

@cprn
Copy link

cprn commented Jan 11, 2022

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants