sumoprojects / SumoGUIWallet

Sumokoin GUI Wallet
Other
38 stars 46 forks source link

Can't run on Ubuntu 16.04 #20

Closed screab-idh closed 6 years ago

screab-idh commented 6 years ago

Hi,

I've tried following the README file but I can't run the wallet.

Here is where I got blocked:

username@machine:~/apps/SumoGUI$ python wallet.py 
Traceback (most recent call last):
  File "wallet.py", line 8, in <module>
    from main import main
  File "/home/username/apps/SumoGUI/main.py", line 17, in <module>
    from app.hub import Hub
  File "/home/username/apps/SumoGUI/app/hub.py", line 41, in <module>
    from webui import LogViewer
  File "/home/username/apps/SumoGUI/webui/__init__.py", line 23, in <module>
    import PySide.QtWebKit as web_core
ImportError: No module named QtWebKit

I've tried installing ubuntu packages related to qtwebkit but nothing seems to work.

p.s. Given that this was not the first problem related to dependencies on Ubuntu, could you please update the install instructions so non-technical users could get the wallet up and running ?

billaue2 commented 6 years ago

I think Pyside was not well installed by PIP, pls try with:

apt install python-pyside

quangvu3 commented 6 years ago