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

nuxhash-gui not working in Zorin OS 16 #105

Open
IAmKota opened this issue Aug 19, 2021 · 1 comment
Open

nuxhash-gui not working in Zorin OS 16 #105

IAmKota opened this issue Aug 19, 2021 · 1 comment

Comments

@IAmKota
Copy link

IAmKota commented Aug 19, 2021

Zorin OS 16 is using debian. I tried to install pythonwx but im not sure where to go when it comes to installing it. I tried to just install it via terminal but it didnt work. Help?

nuxhash-gui
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'

@yonderbread
Copy link

Trying installing python3-wxgtk4.0 with apt in your terminal, then attempt running the client again:
sudo apt update && sudo apt install -y python3-wxgtk4.0
Package details

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

2 participants