YoRyan / nuxhash

A NiceHash cryptocurrency mining client for Linux.
GNU General Public License v3.0
264 stars 164 forks source link

Cannot find wx on Manjaro 5.3.6.1 #48

Open le-dawg opened 4 years ago

le-dawg commented 4 years ago

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.

YoRyan commented 4 years ago

Give python-wxpython an install and see if that does the trick.

jspanchu commented 4 years ago

@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.