python-ecdsa does not seem to be installed. Try 'sudo easy_install ecdsa'
and then
Processing ecdsa
error: Couldn't find a setup script in ***/Electrum-0.49/ecdsa
Running up to date gentoo. easy_install ecdsa gave me the same thing with 0.43c-2, but electrum seemed to run fine anyway, and connected to the server well enough to tell me there was a new version. 0.49, on the other hand, does not.
I see. easy_install is confused is because you are calling it from the electrum directory, where there is already an ecdsa directory
The easiest way to deal with this is probably to reinstall Electrum from scratch, with the pip command, as stated on the Electrum webpage.
Remove your current Electrum-0.49 directory, and type:
Another solution is to install ecdsa and aes using pip, instead of easy_install
sudo pip install slowaes
yes it is: