Open le-dawg opened 4 years ago
Give python-wxpython an install and see if that does the trick.
@YoRyan is right. I use Arch Linux, which the Manajaro distribution is based upon. Arch Linux also uses Pacman as it's package manager. I had to install python-wxpython
which pulls in the wxgtk3 dependency too. So, make sure you do sudo pacman -S python-wxpython
. For me the gui works flawlessly.
Install works flawless unfortunately nuxhash-gui cannot find the wx module, probably because the package name is wxpython in pacman instead of python-wxtools. Hint on resultion is much appreciated.