Hello!
I followed the documentation and installed qtile in virtualenv. However 
when I try to run the script provided as an example in docs or try to use 
the shell qsh, this particular error shows up.

In [1]: from libqtile.command import Client

In [2]: c = Client()

In [3]: print c.screen.info()["index"]
---------------------------------------------------------------------------
IPCError                                  Traceback (most recent call last)
<ipython-input-3-621720ffe7f4> in <module>()
----> 1 print c.screen.info()["index"]

/home/kaichogami/projects/qlite/qli/lib/python2.7/site-packages/qtile-0.9.1-py2.7.egg/libqtile/command.pyc
 
in __call__(self, *args, **kwargs)
    111 
    112     def __call__(self, *args, **kwargs):
--> 113         return self.call(self.selectors, self.name, *args, **kwargs)
    114 
    115 

/home/kaichogami/projects/qlite/qli/lib/python2.7/site-packages/qtile-0.9.1-py2.7.egg/libqtile/command.pyc
 
in call(self, selectors, name, *args, **kwargs)
    240 
    241     def call(self, selectors, name, *args, **kwargs):
--> 242         state, val = self.client.call((selectors, name, args, 
kwargs))
    243         if state == SUCCESS:
    244             return val

/home/kaichogami/projects/qlite/qli/lib/python2.7/site-packages/qtile-0.9.1-py2.7.egg/libqtile/ipc.pyc
 
in call(self, data)
    135 
    136     def call(self, data):
--> 137         return self.send(data)
    138 
    139 

/home/kaichogami/projects/qlite/qli/lib/python2.7/site-packages/qtile-0.9.1-py2.7.egg/libqtile/ipc.pyc
 
in send(self, msg)
    123             _, client_proto = 
self.loop.run_until_complete(client_coroutine)
    124         except OSError:
--> 125             raise IPCError("Could not open %s" % self.fname)
    126 
    127         client_proto.send(msg)

IPCError: Could not open /home/kaichogami/.cache/qtilesocket.:0.0

 
Any help regarding this would be appreciated. I apologise in advance if 
this has been covered up already in previous topics.

Thank you
Asish Panda

-- 
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.

Reply via email to