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

RuntimeError: called outside of a mainloop #36

Open
wrichert opened this issue Jan 29, 2014 · 2 comments
Open

RuntimeError: called outside of a mainloop #36

wrichert opened this issue Jan 29, 2014 · 2 comments

Comments

@wrichert
Copy link

On Ubuntu 13.10 after installing python-gconf and python-appindicator I get:

Critical error. Exiting.
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/fluxgui/fluxapp.py", line 271, in
app = FluxGUI()
File "/usr/local/lib/python2.7/dist-packages/fluxgui/fluxapp.py", line 30, in init
self.exit(1)
File "/usr/local/lib/python2.7/dist-packages/fluxgui/fluxapp.py", line 49, in exit
gtk.main_quit()
RuntimeError: called outside of a mainloop

@RanchoCooper
Copy link

same problem

OS: Arch Linux by yaourt fluxgui

@3usi9
Copy link

3usi9 commented Aug 12, 2017

When installing it, before exec setup.py, it's necessary to check a file "xflux"
If it doesn't exist (in most cases, even every dependence met), you should exec

    python ./download-xflux.py

before install.

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

No branches or pull requests

3 participants