[Buildbot-devel] buildmaster on 64bit host

Tim Flink tim at mail.mew.co.jp
Wed Apr 4 03:49:14 UTC 2007


I am trying to install a buildmaster on a 64bit host (CentOS 4.4 x86_64,
python 2.3.4) but I am having some trouble getting Twisted to work.

I can build and install Twisted 2.5.0 but TwistedCore is installed under
/usr/lib64/python2.3/ while the other Twisted projects (Mail, Web etc.)
are installed under /usr/lib/python2.3/ so when I try to start the
buildmaster, I get the following error:

Import Error: No module named web
Failed to load application: No module named web
Unhandled error
Traceback (most recent call last):
...
File "/usr/lib64/python2.3/site-packages/twisted/application/app.py",
from twisted.web import html
exceptions.ImportError: No module named web

Has anyone else had this problem? If so, how did you fix it?

Thanks,

Tim




More information about the devel mailing list