You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.
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'
The text was updated successfully, but these errors were encountered:
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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'
The text was updated successfully, but these errors were encountered: