Bitcoin Forum

Bitcoin => Electrum => Topic started by: Schabooza on January 08, 2013, 07:13:35 PM



Title: solved - Ubuntu - Electrum won't start
Post by: Schabooza on January 08, 2013, 07:13:35 PM
Hi everyone,
i installed Eletrum under Ubuntu x86
Quote
   Install python-qt4 and pip:
    sudo apt-get install python-qt4 python-pip
    Install electrum:
    sudo pip install http://electrum.bitcoin.cz/download/Electrum-1.6.0.tar.gz#md5=b884fd0bb870a323083e05166004b8c3
    Run:
    electrum
http://electrum.org/download.html

But it won't start by clicking the Icon, any advice?


Title: Re: Ubuntu - Electrum won't start
Post by: ThomasV on January 08, 2013, 07:23:19 PM
that's not the right md5, reload the downloads page; there was a missing file with the package, I fixed it after a few hours.
if you have a recent version of pip, you might need to uninstall before you can install it again: "sudo pip uninstall electrum"


Title: Re: Ubuntu - Electrum won't start
Post by: Schabooza on January 08, 2013, 07:39:58 PM
Thank you, now it works  ;D