Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing slowaes isn't obvious at all #23

Closed
mikesligo opened this issue Aug 27, 2012 · 1 comment
Closed

Installing slowaes isn't obvious at all #23

mikesligo opened this issue Aug 27, 2012 · 1 comment

Comments

@mikesligo
Copy link

I had no idea what import aes referred to, and looking online didn't help. It was only after commenting out 'import aes' and running electrum that I saw an error message that was useful 'sys.exit("Error: AES does not seem to be installed. Try 'sudo pip install slowaes'")'.

Please consider moving this line to the earlier in the build script, before the setup crashes from not having slowaes. Unless I'm being an idiot, which is very likely.

Edit: And I am now aware that it is listed as a dependency in http://electrum-desktop.com/download.html

@maran
Copy link
Contributor

maran commented Sep 19, 2012

Yeah one of the problems with the build script is that it's not really useable as install script, it's mainly used to create distributable packages. If you use the tar.gz and feed it to pip it should work.

@maran maran closed this as completed Sep 19, 2012
marceloneil pushed a commit to marceloneil/electrum that referenced this issue Mar 28, 2019
* Refactored network code.
* Got rid of watchdog threads.
* ProtocolThread now has a well-defined lifecycle and exits on error or timeout.
rc125 added a commit to rc125/electrum-smart that referenced this issue Oct 5, 2020
UdjinM6 pushed a commit to UdjinM6/electrum-dash that referenced this issue Oct 1, 2023
travis tests python 3.4/5/6, separate apk build, build locale
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants