[Buildbot-devel] BuildBot-0.7.5 (Win32) installation questions
Wang, Yu
yu.wang at intel.com
Thu Jun 28 22:52:24 UTC 2007
I am trying to install BuildBot-0.7.5 with Python 2.5 and twisted 2.5 on
my win32 system. Here are some of the problems that I run into. Hope
someone can help me identify the problem.
1. Right after the BuildBot installation, when I typed "buildbot
--version", I got the following msg:
python: can't open file 'C:\Python23\Scripts\buildbot': [Errno 2] No
such file or directory
I don't have Python23 on my system. It seems some program has
hard-coded the path. Is this a bug or I have missed something?
2. I was trying to follow the Readme.w32, but for Python compatible
package, I couldn't find a zope version to go with python 2.5 nor a
python for windows extensions for python 2.5. Are these two programs
necessary for running BuildBot?
3. When I run command "python c:\Python25\Scripts\trial.py -o -R
twisted" to test my setup for twisted, I got this msg:
c:\python25\scripts\trial.py: option -o not recognized
-R was not recognized either.
Command "trial.py --version" return the correct version number: 2.5.0
With this command: "trial -r win32 buildbot.test", the return msgs are:
Traceback (most recent call last):
File "C:\Python25\scripts\trial.py", line 24, in <module> run()
File "C:\Python25\lib\site-packages\twisted\scripts\trial.py", line
336, in run
config.parseOptions()
File "C:\Python25\lib\site-packages\twisted\python\usage.py", line
177, in parseOptions
self.__dispatch[optMangled](optMangled, arg)
File "C:\Python25\lib\site-packages\twisted\python\usage.py", line
333, in <lambda>
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 namedAny
topLevelPackage = __import__(trialname)
File
"C:\Python25\lib\site-packages\twisted\internet\win32eventreactor.py",
line 46, in <module>
from win32file import WSAEventSelect, FD_READ, FD_WRITE, FD_CLOSE, \
ImportError: No module named win32file
Any help is greatly appreciated,
Jean
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://buildbot.net/pipermail/devel/attachments/20070628/ee1b1324/attachment.html>
More information about the devel
mailing list