f.lux

    f.lux forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    Installing on Arch-based distro

    Linux
    1
    2
    3359
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • C
      ChameleonScales last edited by

      I'm trying to install f.lux on an Arch-based distro and it doesn't seem to work.
      I ran :

      python ./download-xflux.py
      python2.7 ./setup.py install
      

      But then when running fluxgui I get :

      Traceback (most recent call last):
        File "/usr/bin/fluxgui", line 17, in <module>
          from fluxgui.fluxapp import main
        File "/usr/lib/python2.7/site-packages/fluxgui/fluxapp.py", line 3, in <module>
          from fluxgui import fluxcontroller, settings
        File "/usr/lib/python2.7/site-packages/fluxgui/fluxcontroller.py", line 1, in <module>
          from fluxgui import xfluxcontroller
        File "/usr/lib/python2.7/site-packages/fluxgui/xfluxcontroller.py", line 1, in <module>
          import pexpect
      ImportError: No module named pexpect
      
      1 Reply Last reply Reply Quote 0
      • C
        ChameleonScales last edited by

        Turns out it just had to do with my dependencies only being installed for python 3. I installed those for python 2 and now it works !

        1 Reply Last reply Reply Quote 0
        • First post
          Last post
        Copyright © 2014 NodeBB Forums | Contributors