[Buildbot-devel] Running on Win 32
Cary Fitzhugh
cfitzhugh at anystream.com
Thu Apr 26 13:08:27 UTC 2007
Hello!
I've successfully gotten buildbot working on a linux host - all is well!
This is a pretty neat little set of tools.
But now I'm in windows. I have a WinXP VM here, and put ActivePython
2.5, Twisted for Python 2.5, and then I cvs co'd the latest source
Of buildbot. Everything is installed.
And when I try to run "buildbot start . " I get the error message
"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
725, 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
110, in
launch
from twisted.scripts._twistw import run
ImportError: cannot import name run"
I looked it up, and the error is that _twistw and twistw and such don't
have a run method to import.
I mod'ded it to include twistd instead - which does have run, and it
just sits there - no crash, but no progress. No output text.
Nutin.
Any ideas?
Also - since most of you are dealing with build issues - an aside -
MSVC++ 2005 can build a solution/project with devenv. Well, my devenv
just crashes when it compiles certain projects in my code. So I'm
thinking of using a COM interface to build it automatically. Any idea
where some documentation could be on this? I can't even find the string
to access the object, like "Excel.Application". So anyone else solve
that issue?
Thanks,
Cary FitzHugh
Anystream, Inc.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://buildbot.net/pipermail/devel/attachments/20070426/6d168d59/attachment.html>
More information about the devel
mailing list