[Pkg-bitcoin-devel] Bug#814775: electrum: Missing dependency to python-pbkdf2

Vesa Kaihlavirta vegai at iki.fi
Mon Feb 15 10:25:36 UTC 2016


Package: electrum
Version: 1.9.8-4
Severity: important

Dear Maintainer,

This happens an a freshly installed electrum in Debian Jessie: 

Traceback (most recent call last):
  File "/usr/bin/electrum", line 204, in <module>
    gui.main(url)
  File "/usr/lib/python2.7/dist-packages/electrum_gui/qt/__init__.py", line 88, in main
    wallet = wizard.run()
  File "/usr/lib/python2.7/dist-packages/electrum_gui/qt/installwizard.py", line 280, in run
    wallet.save_seed(password)
  File "/usr/lib/python2.7/dist-packages/electrum/wallet.py", line 321, in save_seed
    self.create_accounts(password)
  File "/usr/lib/python2.7/dist-packages/electrum/wallet.py", line 337, in create_accounts
    self.create_master_keys('1of1', password)
  File "/usr/lib/python2.7/dist-packages/electrum/wallet.py", line 342, in create_master_keys
    master_k, master_c, master_K, master_cK = bip32_init(self.get_seed(password))
  File "/usr/lib/python2.7/dist-packages/electrum/wallet.py", line 650, in get_seed
    seed = mnemonic_to_seed(s,'').encode('hex')
  File "/usr/lib/python2.7/dist-packages/electrum/bitcoin.py", line 68, in mnemonic_to_seed
    from pbkdf2 import PBKDF2
ImportError: No module named pbkdf2
Exception in thread Thread-1 (most likely raised during interpreter shutdown):
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
  File "/usr/lib/python2.7/dist-packages/electrum/network.py", line 340, in run
<type 'exceptions.AttributeError'>: 'NoneType' object has no attribute 'Empty'

"apt-get install python-pbkdf2" fixes it, of course.


-- System Information:
Debian Release: 8.3
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages electrum depends on:
ii  python           2.7.9-1
ii  python-electrum  1.9.8-4

electrum recommends no packages.

electrum suggests no packages.

-- no debconf information



More information about the Pkg-bitcoin-devel mailing list