<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body text="#000000" bgcolor="#ffffff">
Hello ... I'm using buildbot to build some of my projects. I'm
having problems when I configure it and I think it might be with the
python configuration on my pc:<br>
<br>
I'm getting this error:<br>
<br>
Traceback (most recent call last): File "/usr/bin/buildbot", line 3,
in from buildbot.scripts import runner File
"/usr/lib/python2.5/site-packages/buildbot/scripts/runner.py", line
7, in <module> from twisted.python import usage, util, runtime
ImportError: <br>
No module named twisted.python</module><br>
<br>
Ok, so I assumed it might be that the python-twisted module wasn't
installed. I opened up a python console and wrote:<br>
<br>
import twisted.python <br>
<br>
And it doesn't complain. I have the twisted.python module installed
on my pc but for some reason buildbot isn't loading it. Is there
some way to know if there's a misconfiguration in my computer?<br>
<br>
I'm using Debian Lenny 5.0 and python 2.5.2.<br>
<br>
Thanks ...<br>
</body>
</html>