justTony / pytyle

Automatically exported from code.google.com/p/pytyle
GNU General Public License v3.0
0 stars 0 forks source link

xcb.xproto not found #14

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I use pytyle2 on Xfce 4.8. With my external monitor plugged in, I get

~$ pytyle2 &
[1] 3186
~$ Traceback (most recent call last):
  File "/usr/local/bin/pytyle2", line 23, in <module>
    import xcb.xproto
ImportError: No module named xcb.xproto

[1]+  Exit 1                  pytyle2

Installing xcb-proto and python-xcbgen doesn't help. In my display settings, 
only my external monitor is activated.

Original issue reported on code.google.com by hol...@informatik.htw-dresden.de on 8 Oct 2012 at 8:35

GoogleCodeExporter commented 8 years ago
It works again after I installed python-xpyb.

Original comment by hol...@informatik.htw-dresden.de on 9 Oct 2012 at 11:28