[Buildbot-devel] win32 buildslave using python 2.5?
Andrew Webster
webstercc at gmail.com
Fri Apr 27 21:53:08 UTC 2007
hi,
I had a buildslave successfully running on my pc using python2.4 and an
older version of buildbot. I removed python 2.4 and installed 2.5 & the
latest twisted for windows along with buildbot 0.7.5. Now when I try to
start my buildslave I get the error "ImportError: No module named twistw"
Just wondering if anyone else has seen this and fixed it? I see the
release notes for buildbot 0.7.5 says only python2.4 is supported. I can
probably re-install python 2.4 and get buildbot working again so it isn't a
big deal. I was just hoping someone had run into this problem who was
smarter than me & had a fix for it. :)
thanks,
Andy
C:\buildbot75>buildbot start .
Traceback (most recent call last):
File "C:\Python25\Scripts\buildbot", line 4, in <module>
runner.run()
File "c:\python25\lib\site-packages\buildbot\scripts\runner.py", line 714,
in
run
start(so)
File "c:\python25\lib\site-packages\buildbot\scripts\startup.py", line 73,
in
start
return launch(config)
File "c:\python25\lib\site-packages\buildbot\scripts\startup.py", line
114, in
launch
from twisted.scripts.twistw import run
ImportError: No module named twistw
C:\buildbot75>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://buildbot.net/pipermail/devel/attachments/20070427/a10bd218/attachment.html>
More information about the devel
mailing list