Vivek, Qtile is compatible with 2.7, however it appears you installed asyncio, which is only compatible with >=3.3. You will need to uninstall that and install trollius, which implements asyncio for Python 2.
Sean On Sun, Mar 15, 2015, 01:32 Vivek Jain <[email protected]> wrote: > Hi. > > Is qtile compatible with python2.7. Because when i run tests is is giving > me syntax error. > this is the log : http://pastebin.com/AEfKc9Jc > > > On Sunday, March 15, 2015 at 11:34:53 AM UTC+5:30, Vivek Jain wrote: >> >> Hi, >> >> When i try to logout and choose qtile as desktop environment and try to >> login again it just splashes the login screen again. >> What is the problem here and how do i solve it. >> >> Currently i am running default configuration. >> >> Vivek >> >> On Sunday, March 15, 2015 at 11:06:43 AM UTC+5:30, Tycho Andersen wrote: >>> >>> On Sat, Mar 14, 2015 at 10:33:05PM -0700, Vivek Jain wrote: >>> > Thanks for the quick reply. >>> > How do i run qtile. >>> > >>> > I have created a qtile.desktop file in my /usr/share/xsessions >>> directory. >>> > What is the next step to be followed? >>> >>> The easiest way is probably to log out and select the qtile session >>> from your login manager. Another option is to run a separate X session >>> via `startx -- :1` from a tty. >>> >>> Tycho >>> >>> > On Sunday, March 15, 2015 at 10:29:42 AM UTC+5:30, Tycho Andersen >>> wrote: >>> > > >>> > > Hi, >>> > > >>> > > On Sat, Mar 14, 2015 at 09:44:16PM -0700, Vivek Jain wrote: >>> > > > Hi , >>> > > > >>> > > > My name is Vivek Jain. I am currently a third year student at IIIT >>> > > > Hyderbad.I would like to work for this organization. >>> > > > I have successfully installed qtile on my system.I am having a >>> problem >>> > > in >>> > > > configuring qtile. >>> > > >>> > > Thanks for your interest. >>> > > >>> > > > Does qtile automatically get configured while installing or do i >>> need to >>> > > > follow some additional steps mentioned in [1]. >>> > > > Please guide me through the next step .. >>> > > > >>> > > > [1] http://qtile.readthedocs.org/en/latest/manual/config/index. >>> html >>> > > > <http://qtile.readthedocs.org/en/latest/manual/config/index.html> >>> > > >>> > > There is a default config that will be used if no other config is >>> > > found, but the intent is really that users configure qtile >>> themselves. >>> > > You can find some example configs at >>> > > https://github.com/qtile/qtile-examples, which may be easier to use >>> as >>> > > a reference rather than just reading the docs. >>> > > >>> > > Tycho >>> > > >>> > > > Thank You >>> > > > Vivek Jain >>> > > > >>> > > > -- >>> > > > 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] <javascript:>. >>> > > > 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. >>> >>> -- > 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.
