question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Help when running Kivy on Linux computer

See original GitHub issue

I am following the steps for running Kivy GUI directly on Linux I installed Kivy with Anaconda, made Atlas, but when i try the following command:

$ electrum -g kivy

i get this error on console:

Traceback (most recent call last):
  File "/home/user/anaconda3/bin/electrum", line 362, in <module>
    d.init_gui(config, plugins)
  File "/home/user/anaconda3/lib/python3.7/site-packages/electrum/daemon.py", line 348, in init_gui
    gui = __import__('electrum.gui.' + gui_name, fromlist=['electrum'])
ModuleNotFoundError: No module named 'electrum.gui.kivy'

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
SomberNightcommented, Jul 22, 2019
git clone https://github.com/spesmilo/electrum.git
cd electrum
(cd electrum/gui/kivy/; make theming)
./run_electrum -g kivy
1reaction
ecdsacommented, Jul 21, 2019

do you actually need to solve it? you can run the kivy gui if you clone the git repository

Read more comments on GitHub >

github_iconTop Results From Across the Web

Installation on Linux — Kivy 2.1.0 documentation
To install Kivy on Linux using pip , please follow the main installation guide. ... Install xclip in case you run a kivy...
Read more >
Kivy Python Tutorial - Linux Hint
To install Kivy, we can use the “pip' command for installing Python libraries, and we can use “apt-get” as well. For Kivy to...
Read more >
Hello World in Kivy - GeeksforGeeks
Kivy is an opensource multi-platform GUI development library for Python and can run on iOS, Android, Windows, OS X, and GNU/Linux. It helps...
Read more >
Windows 10 Kivy and Buildozer Guide for Linux ... - YouTube
This video is a guide for how to setup Virtual Box, Kivy, and Buildozer for Android App development. This guide moves along slowly, ......
Read more >
Trying to run KIVY, for the first time - python - Stack Overflow
If you don't want that, you have to run sudo pip install kivy to install Kivy globally (assuming you're on OS X or...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found