Open garyvdm opened 9 years ago
+1, same here.
I'm random shotgun coding to see if I can get the app I want to run, but in doing so it seems likely that Object.__cmp__
should be removed, and Object.__eq__
needs a if not isinstance(other, self.__class__): return NotImplemented
, otherwise that line continues to fail even after I filter out the NoneType
(which I have no idea is the right thing to do there but gets me further) (http://characteristic.readthedocs.org/en/stable/ is a nice thing).
While the underlying problem probably isn't fixed it works in master (I think due to auto importing of GdkX11) and I've pushed a new release.
When I run
Gdk.Display.get_default()
I get aTypeError: metaclass conflict
: