sumoprojects / SumoGUIWallet

Sumokoin GUI Wallet
Other
38 stars 46 forks source link

failed in opensuse 42.3 #5

Closed Soyasi closed 6 years ago

Soyasi commented 6 years ago

python wallet.py (u'/home2/eriel/bin/wallet/SumoGUIWallet/Resources/www/scripts/jquery-1.9.1.min.js', 'c12f6098e641aaca96c60215800f18f5671039aecf812217fab3c0d152f6adb4') (u'/home2/eriel/bin/wallet/SumoGUIWallet/Resources/www/scripts/bootstrap.min.js', '2979f9a6e32fc42c3e7406339ee9fe76b31d1b52059776a02b4a7fa6a4fd280a') (u'/home2/eriel/bin/wallet/SumoGUIWallet/Resources/www/scripts/mustache.min.js', '3258bb61f5b69f33076dd0c91e13ddd2c7fe771882adff9345e90d4ab7c32426') (u'/home2/eriel/bin/wallet/SumoGUIWallet/Resources/www/scripts/jquery.qrcode.min.js', 'f4ccf02b69092819ac24575c717a080c3b6c6d6161f1b8d82bf0bb523075032d') (u'/home2/eriel/bin/wallet/SumoGUIWallet/Resources/www/scripts/utils.js', 'd0c6870ed19c92cd123c7443cb202c7629f9cd6807daed698485fda25214bdb4') (u'/home2/eriel/bin/wallet/SumoGUIWallet/Resources/www/css/bootstrap.min.css', '2e4ceda16bdb9f59b01ee01552e8a353ee7cc4e4ebac7d51413106094384ef37') (u'/home2/eriel/bin/wallet/SumoGUIWallet/Resources/www/css/font-awesome.min.css', 'b8b02026a298258ce5069d7b6723c2034058d99220b6612b54bc0c5bf774dcfb') (u'/home2/eriel/bin/wallet/SumoGUIWallet/Resources/www/css/fonts/fontawesome-webfont.ttf', '7b5a4320fba0d4c8f79327645b4b9cc875a2ec617a557e849b813918eb733499') (u'/home2/eriel/bin/wallet/SumoGUIWallet/Resources/www/css/fonts/glyphicons-halflings-regular.ttf', 'e395044093757d82afcb138957d06a1ea9361bdcf0b442d06a18a8051af57456') (u'/home2/eriel/bin/wallet/SumoGUIWallet/Resources/www/css/fonts/RoboReg.ttf', 'dc66a0e6527b9e41f390f157a30f96caed33c68d5db0efc6864b4f06d3a41a50') [02:25:26] [INFO] Starting [Sumokoin GUI Wallet v.0.0.1]... Error listening the socket. Try to restart application... Starting app... Traceback (most recent call last): File "/home2/eriel/bin/wallet/SumoGUIWallet/app/QSingleApplication.py", line 62, in QTimer.singleShot(250, lambda : self.startApplication(first_start=False)) File "/home2/eriel/bin/wallet/SumoGUIWallet/app/QSingleApplication.py", line 47, in startApplication self.appMain.run() File "/home2/eriel/bin/wallet/SumoGUIWallet/webui/init.py", line 159, in run self.app_settings.settings['daemon']['block_sync_size']) File "/home2/eriel/bin/wallet/SumoGUIWallet/manager/ProcessManager.py", line 77, in init ProcessManager.init(self, proc_args, "sumokoind") File "/home2/eriel/bin/wallet/SumoGUIWallet/manager/ProcessManager.py", line 36, in init creationflags=CREATE_NO_WINDOW) File "/usr/lib64/python2.7/subprocess.py", line 390, in init errread, errwrite) File "/usr/lib64/python2.7/subprocess.py", line 1024, in _execute_child raise child_exception OSError: [Errno 2] No existe el fichero o el directorio

any guidance for this failure?

Muxoid commented 6 years ago

I believe you need to compile the sumokoin repo in the Resources directory this will fix the issue. It is missing the sumokoind executable that is supposed to be in Resources/bin.

quangvu3 commented 6 years ago

Right @KingOfLinux

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

sumoprojects commented 6 years ago