Hello. When trying to install the latest hg version of Urwid, I get this:

de...@stalin:~/sources/urwid% python setup.py install
Traceback (most recent call last):
  File "setup.py", line 31, in <module>
    import urwid
  File "/home/deniz/sources/urwid/urwid/__init__.py", line 49, in <module>
    from listbox import *
  File "/home/deniz/sources/urwid/urwid/listbox.py", line 85, in <module>
    class SimpleListWalker(MonitoredList, ListWalker):
  File "/usr/lib/python2.6/abc.py", line 76, in __new__
    cls = super(ABCMeta, mcls).__new__(mcls, name, bases, namespace)
TypeError: Error when calling the metaclass bases
    metaclass conflict: the metaclass of a derived class must be a
(non-strict) subclass of the metaclasses of all its bases

There was a patch for this, which I couldn't get to work. When will
this be fixed? As you can see in the error message, I'm using Python
2.6.

Deniz


_______________________________________________
Urwid mailing list
[email protected]
http://lists.excess.org/mailman/listinfo/urwid

Reply via email to