sumoprojects / SumoGUIWallet

Sumokoin GUI Wallet
Other
38 stars 46 forks source link

Can not run GUI wallet on Linux #3

Closed Muxoid closed 6 years ago

Muxoid commented 6 years ago

$ python wallet.py Traceback (most recent call last): File "wallet.py", line 8, in from main import main File "/home/shawnco/Mining/Wallets/SumoGUIWallet/main.py", line 13, in from app.QSingleApplication import QSingleApplication File "/home/shawnco/Mining/Wallets/SumoGUIWallet/app/QSingleApplication.py", line 59 except Exception, err: ^ SyntaxError: invalid syntax

pwhelan commented 6 years ago

are you using python3 or 2?

Muxoid commented 6 years ago

I am using python 3 but when I tried with python2 I was having problems with PySide because it has been deprecated. I am currently working on a port to python3 and PyQt5 in my fork.

quangvu3 commented 6 years ago

GUI Wallet works only on Python 2.7 + PySide 1.2.x now. We've updated README for instruction to run wallet from source code on Ubuntu 16.04.

If you are using different Linux distro, please install dependencies and compile binaries (then drop them to Resources\bin directory).