Ubuntu 14.04 installation problem
Created by: mhugo
I'm trying to use cutecoin on ubuntu 14.04 without success ...
I've downloaded the "3.4" binary release for ubuntu. When I launch it, I get a weird dialog without any menu or particular buttons ...
I then tried to launch it from the sources. I first had to manage how to install cx_Freeze. It does not compile correctly on unbuntu https://bitbucket.org/anthony_tuininga/cx_freeze/issue/32/cant-compile-cx_freeze-in-ubuntu-1304 Then after "python3 setup.py build" I get :
Traceback (most recent call last):
File "setup.py", line 48, in <module>
icon = None,
TypeError: __init__() got an unexpected keyword argument 'compress'
I then tried to bypass cx_Freeze. I copied main.py and added some directories in the sys.path and managed to get it launched ... but with the same blank screen :
Am I missing something obvious ?