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

ImportError: No module named lib (electrum) #3114

Closed
xoriole opened this issue Sep 25, 2017 · 3 comments · Fixed by #3408
Closed

ImportError: No module named lib (electrum) #3114

xoriole opened this issue Sep 25, 2017 · 3 comments · Fixed by #3408
Assignees

Comments

@xoriole
Copy link
Contributor

xoriole commented Sep 25, 2017

Got the following error on Tribler(devel) installation in Debian machine.

Traceback (most recent call last):
  File "run_tribler.py", line 14, in <module>
	from TriblerGUI.tribler_window import TriblerWindow
  File "/usr/share/tribler/TriblerGUI/tribler_window.py", line 18, in <module>
	from TriblerGUI.core_manager import CoreManager
  File "/usr/share/tribler/TriblerGUI/core_manager.py", line 10, in <module>
	from Tribler.community.market.wallet.btc_wallet import BitcoinWallet
  File "/usr/share/tribler/Tribler/community/market/wallet/btc_wallet.py", line 16, in <module>
	imp.load_module('electrum', *imp.find_module('lib'))
ImportError: No module named lib
@xoriole xoriole added this to the V7.0 milestone Sep 25, 2017
@qstokkink qstokkink modified the milestones: V7.0, V7.1 anonymous seeding test Sep 25, 2017
@qstokkink
Copy link
Contributor

* devel contains the 7.1 release

@devos50
Copy link
Contributor

devos50 commented Dec 8, 2017

@xoriole please verify that the electrum submodule has been installed:

git submodule init
git submodule update

Then it should work.

@NoNameForMee
Copy link

I just tried installing the latest build of tribler devel (from https://jenkins.tribler.org/job/Build-Tribler_Ubuntu-64_devel/819/) and got a similar error where the GUI basically stated "No module named lib" so this issue still appears to be present.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

4 participants