[Buildbot-devel] Win32 BuildMaster config issue
Wang, Yu
yu.wang at intel.com
Thu Jul 12 20:52:02 UTC 2007
I am trying to config the buildmaster on win32 system with python 2.5
and twisted 2.5. I am getting the following errors when I tried to start
the master:
C:\Project>buildbot start c:\project\Buildmaster
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
117, in
launch
run()
File "C:\Python25\lib\site-packages\twisted\scripts\twistd.py", line
27, in ru
n
app.run(runApp, ServerOptions)
File "C:\Python25\lib\site-packages\twisted\application\app.py", line
374, in
run
config.parseOptions()
File "C:\Python25\lib\site-packages\twisted\application\app.py", line
354, in
parseOptions
usage.Options.parseOptions(self, options)
File "C:\Python25\lib\site-packages\twisted\python\usage.py", line
177, in par
seOptions
self.__dispatch[optMangled](optMangled, arg)
File "C:\Python25\lib\site-packages\twisted\python\usage.py", line
333, in <la
mbda>
fn = lambda name, value, m=method: m(value)
File "C:\Python25\lib\site-packages\twisted\application\app.py", line
276, in
opt_reactor
installReactor(shortName)
File "C:\Python25\lib\site-packages\twisted\application\reactors.py",
line 80,
in installReactor
installer.install()
File "C:\Python25\lib\site-packages\twisted\application\reactors.py",
line 60,
in install
namedAny(self.moduleName).install()
File "C:\Python25\lib\site-packages\twisted\python\reflect.py", line
357, in n
amedAny
topLevelPackage = __import__(trialname)
File
"C:\Python25\lib\site-packages\twisted\internet\win32eventreactor.py",
li
ne 46, in <module>
from win32file import WSAEventSelect, FD_READ, FD_WRITE, FD_CLOSE, \
ImportError: No module named win32file
Before getting this error, I had to change file startup.py at
\python25\lib\site-packages\buildbot\scripts to get arround from a
complain about
twisted.scripts.twistw.
Can someone point me in the right direction on this? The master.cfg is
the sample cfg file. Are those sample not suitible for win32 systems?
What changes are required? Has someone been successful configuring
win32 systems as masters?
Thanks,
Jean
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://buildbot.net/pipermail/devel/attachments/20070712/dd276400/attachment.html>
More information about the devel
mailing list