Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Twisted 15.3.0 MRO breakage #44

Closed
mithrandi opened this issue Aug 11, 2015 · 0 comments
Closed

Twisted 15.3.0 MRO breakage #44

mithrandi opened this issue Aug 11, 2015 · 0 comments

Comments

@mithrandi
Copy link
Contributor

  File "/home/mithrandi/code/axiom/axiom/scheduler.py", line 230, in <module>
    class _SiteScheduler(object, Service, SchedulerMixin):
  File "/home/mithrandi/deployment/virtualenvs/Axiom/local/lib/python2.7/site-packages/zope/interface/advice.py", line 141, in advise
    newClass = meta(name,bases,cdict)
exceptions.TypeError: Error when calling the metaclass bases
    Cannot create a consistent method resolution
order (MRO) for bases object, Service, SchedulerMixin

This happens because Service inherits from object in Twisted now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant