[Buildbot-commits] [Buildbot] #1048: Buildslave on Windows XP
Buildbot
buildbot-devel at lists.sourceforge.net
Wed Nov 10 18:27:07 UTC 2010
#1048: Buildslave on Windows XP
----------------------------+-----------------------------------------------
Reporter: acamargo | Owner:
Type: support-request | Status: new
Priority: major | Milestone: 0.8.3
Version: 0.8.2 | Keywords: Buildslave on windows
----------------------------+-----------------------------------------------
Changes (by dustin):
* cc: garmstrong (added)
* milestone: 0.8.+ => 0.8.3
Old description:
> Dear group:
>
> I am trying to install buildslave on Windows XP, I did follow all the
> steps on http://kb.askmonty.org/v/buildbot-setup-for-windows
> but is not working. The strange thing is that I did the same in my laptop
> and it works but in my desktop doesn't.
>
> C:\Python26\Scripts>buildslave --version
> Traceback (most recent call last):
> File "C:\Python26\Scripts\buildslave-script.py", line 9, in <module>
> load_entry_point('buildbot-slave==0.8.2', 'console_scripts',
> 'buildslave')()
>
> File "C:\Python26\lib\site-
> packages\distribute-0.6.14-py2.6.egg\pkg_resources.
> py", line 305, in load_entry_point
> return get_distribution(dist).load_entry_point(group, name)
> File "C:\Python26\lib\site-
> packages\distribute-0.6.14-py2.6.egg\pkg_resources.
> py", line 2243, in load_entry_point
> raise ImportError("Entry point %r not found" % ((group,name),))
> ImportError: Entry point ('console_scripts', 'buildslave') not found
New description:
Dear group:
I am trying to install buildslave on Windows XP, I did follow all the
steps on http://kb.askmonty.org/v/buildbot-setup-for-windows
but is not working. The strange thing is that I did the same in my laptop
and it works but in my desktop doesn't.
{{{
C:\Python26\Scripts>buildslave --version
Traceback (most recent call last):
File "C:\Python26\Scripts\buildslave-script.py", line 9, in <module>
load_entry_point('buildbot-slave==0.8.2', 'console_scripts',
'buildslave')()
File "C:\Python26\lib\site-
packages\distribute-0.6.14-py2.6.egg\pkg_resources.
py", line 305, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "C:\Python26\lib\site-
packages\distribute-0.6.14-py2.6.egg\pkg_resources.
py", line 2243, in load_entry_point
raise ImportError("Entry point %r not found" % ((group,name),))
ImportError: Entry point ('console_scripts', 'buildslave') not found
}}}
--
Comment:
Looks like the same bug as
https://github.com/buildbot/buildbot/pull/25
--
Ticket URL: <http://buildbot.net/trac/ticket/1048#comment:1>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list