Bitcoin Forum
September 01, 2024, 12:13:36 PM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Error starting electrum server  (Read 562 times)
Annadev (OP)
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
May 29, 2013, 02:19:02 PM
 #1

Hi guys...I'm trying to starting electrum server on CentOS 6.4 after its installation.

However I'm encountered an error when I launch the command "electrum-server" on putty:

Code:
Traceback (most recent call last):
  File "/home/bitcoin/bin/electrum-server", line 146, in <module>
    from backends.bitcoind import BlockchainProcessor
  File "/home/bitcoin/src/electrum/server/backends/bitcoind/__init__.py", line 1, in <module>
    from blockchain_processor import BlockchainProcessor
  File "/home/bitcoin/src/electrum/server/backends/bitcoind/blockchain_processor.py", line 4, in <module>
    import leveldb
ImportError: No module named leveldb

How can I fix this?

Just try to install leveldb module with commands "yum install python-leveldb" and "yum install py-leveldb" but always with the same error, like this: "No package python-leveldb available, nothing to do."

Any suggest will be much appreciate.
Thank you!  Cheesy

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!