[Buildbot-devel] Unable to utilize 'manhole' module in buildbot

Jean-Paul Calderone exarkun at divmod.com
Wed Feb 14 19:01:05 UTC 2007


On Wed, 14 Feb 2007 10:56:38 -0800, Kenneth Lareau <ken.lareau at nominum.com> wrote:
> 
> [snip]
> 
>"/eng/os/rhel-3/i386/python/lib/python2.4/site-packages/twisted/web/resource.py",
>line 15, in ?
>             class IResource(components.Interface):
>         exceptions.AttributeError: 'module' object has no attribute
>'Interface'

This isn't a z.i problem.  This is a broken Twisted installation.  The
version of Twisted Web installed isn't compatible with the version of
Twisted Core installed.  Don't mix up the "Twisted Core" package, which
only includes a small part of Twisted (t.internet, t.python, etc) with
the "Twisted" package, which includes Twisted Core and all of the sub-
projects.

If there is no Twisted package for your platform, you want to use the
tarball at:

  http://tmrc.mit.edu/mirror/twisted/Twisted/2.5/Twisted-2.5.0.tar.bz2

to install Twisted.  Since distutils installs don't delete old versions,
you may also want to delete the twisted directory from your site packages
before installing it.

Jean-Paul




More information about the devel mailing list