On Mon, Apr 06, 2015 at 08:39:53AM -0700, Martin wrote: > git clone https://github.com/tych0/xcffib > cd xcffib > python setup.py install > running install > It looks like you need to generate the binding. > please run 'make xcffib' or 'make check'. > make xcffib > cabal --config-file=/dev/null configure --enable-tests > make: cabal: Command not found > make: *** [dist] Error 127 > make > cabal --config-file=/dev/null configure --enable-tests > make: cabal: Command not found > make: *** [dist] Error 127 > make check > cabal --config-file=/dev/null configure --enable-tests > make: cabal: Command not found > make: *** [dist] Error 127 > make install > make: *** No rule to make target `install'. Stop. > > It appears I cannot install xcffib from source
Right, you'll need all the haskell stuff. Probably the easiest is to just use pip. > -- > You received this message because you are subscribed to the Google Groups > "qtile-dev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "qtile-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
