You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
Small question from someone who isn't really familiar with xpyb or xcffib.
At the moment I try to get a program running that is using xcb stuff.[0]
As it wouldn't work with xpyb I tried xcffib and replaced the calls.
But it would fail with:
$ caw
Loading Config: /etc/xdg/caw/config.py
Traceback (most recent call last):
File "/etc/xdg/caw/config.py", line 48, in
edge=0
File "/usr/lib/python2.7/site-packages/caw/caw.py", line 71, in init
self.connection = xcffib.wrap(self.connection_c)
AttributeError: 'module' object has no attribute 'wrap'
This function is located in the xcb sub-module, which got no replacement (although it isn't called from the submodule[1]).
So I'm wondering if I overlooked something
Hi
Small question from someone who isn't really familiar with xpyb or xcffib.
At the moment I try to get a program running that is using xcb stuff.[0]
As it wouldn't work with xpyb I tried xcffib and replaced the calls.
But it would fail with:
This function is located in the xcb sub-module, which got no replacement (although it isn't called from the submodule[1]).
So I'm wondering if I overlooked something
[0] https://github.com/milkypostman/caw
[1] https://github.com/milkypostman/caw/blob/master/caw/caw.py#L71
The text was updated successfully, but these errors were encountered: