Andrew Svetlov
unread,Dec 14, 2010, 5:34:34 AM12/14/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Пишем на Python лучше
После долгого перерыва захотел взглянуть, как обстоят дела.
Похоже, не очень хорошо...
andrew@ocean ~/p/reaction> python2.6 demos/wx_demo.py
Traceback (most recent call last):
File "demos/wx_demo.py", line 2, in <module>
from mext.reaction.wx_utils import *
File "/home/andrew/projects/reaction/mext/reaction/wx_utils.py",
line 4, in <module>
from mext.reaction.eventloop import *
File "/home/andrew/projects/reaction/mext/reaction/eventloop.py",
line 9, in <module>
class EventLoop(Component, ServiceStub):
File "/usr/local/lib/python2.6/dist-packages/mext.hacks-0.10.r2224-
py2.6.egg/mext/classhacks.py", line 61, in __new__
cls = super(classy_class, meta).__new__(meta, name, bases, cdict)
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
andrew@ocean ~/p/reaction> yolk -l|grep mext
/usr/local/lib/python2.6/dist-packages/yolk-0.4.1-py2.6.egg/yolk/
yolklib.py:31: UserWarning: Unbuilt egg for setuptools [unknown
version] (/usr/lib/python2.6/dist-packages)
self.environment = pkg_resources.Environment()
mext.context - 0.6.2.r2639 - active development (/usr/local/lib/
python2.6/dist-packages/mext.context-0.6.2.r2639-py2.6.egg)
mext.hacks - 0.10.r2224 - active development (/usr/local/lib/
python2.6/dist-packages/mext.hacks-0.10.r2224-py2.6.egg)
mext.hacks - 0.6.r1452 - non-active development (/usr/local/
lib/python2.6/dist-packages/mext.hacks-0.6.r1452-py2.6.egg)