Hi,
I tried to install Electrum on Linux (ubuntu), but I failed already at the very beginning.
I use the command
sudo pip install http://ecdsa.org/electrum/Electrum-latest.tar.gz
but I just get the reply
sudo: pip: command not found
Any ideas? I am using kubuntu 8.04, and I do not know how to install "pip" - I did not find it in the packet manager.
Thanks, Michael
UPDATE:
I installed pip acc. to the description in "
http://www.saltycrane.com/blog/2010/02/how-install-pip-ubuntu/" for the section "For older versions of Ubuntu".
After that, I tried again
sudo pip install http://ecdsa.org/electrum/Electrum-latest.tar.gz
This time, the console output showed the following errors:
Downloading/unpacking http://ecdsa.org/electrum/Electrum-latest.tar.gz
Downloading Electrum-latest.tar.gz (205Kb): 205Kb downloaded
Running setup.py egg_info for package from http://ecdsa.org/electrum/Electrum-latest.tar.gz
lib/wallet.py:729: Warning: 'with' will become a reserved keyword in Python 2.6
Traceback (most recent call last):
File "", line 14, in
File "/tmp/pip--Pqcg9-build/setup.py", line 6, in
from lib.version import ELECTRUM_VERSION as version
File "lib/__init__.py", line 1, in
from wallet import Wallet, format_satoshis
File "lib/wallet.py", line 729
with self.lock:
^
SyntaxError: invalid syntax
Complete output from command python setup.py egg_info:
lib/wallet.py:729: Warning: 'with' will become a reserved keyword in Python 2.6
Traceback (most recent call last):
File "", line 14, in
File "/tmp/pip--Pqcg9-build/setup.py", line 6, in
from lib.version import ELECTRUM_VERSION as version
File "lib/__init__.py", line 1, in
from wallet import Wallet, format_satoshis
File "lib/wallet.py", line 729
with self.lock:
^
SyntaxError: invalid syntax
----------------------------------------
Command python setup.py egg_info failed with error code 1 in /tmp/pip--Pqcg9-build
Storing complete log in /home/michael/.pip/pip.log
At the end of the "pip.log" file, there is the following additional info compared to above screen output:
----------------------------------------
Command python setup.py egg_info failed with error code 1 in /tmp/pip-l7TSb--build
Exception information:
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/pip-1.1-py2.5.egg/pip/basecommand.py", line 104, in main
status = self.run(options, args)
File "/usr/lib/python2.5/site-packages/pip-1.1-py2.5.egg/pip/commands/install.py", line 245, in run
requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
File "/usr/lib/python2.5/site-packages/pip-1.1-py2.5.egg/pip/req.py", line 1009, in prepare_files
req_to_install.run_egg_info()
File "/usr/lib/python2.5/site-packages/pip-1.1-py2.5.egg/pip/req.py", line 225, in run_egg_info
command_desc='python setup.py egg_info')
File "/usr/lib/python2.5/site-packages/pip-1.1-py2.5.egg/pip/__init__.py", line 256, in call_subprocess
% (command_desc, proc.returncode, cwd))
InstallationError: Command python setup.py egg_info failed with error code 1 in /tmp/pip-l7TSb--build
I am not a programmer or a Linux expert. Anyone has an idea? I just want to run Electrum.