[Buildbot-devel] Buildbot 0.8.1rc2 available

Dustin J. Mitchell dustin at zmanda.com
Sat Jun 26 17:35:02 UTC 2010


On Fri, Jun 25, 2010 at 4:38 PM, Dan Savilonis <djs at n-cube.org> wrote:
> The corresponding bat file is also still missing. This is easy enough
> to fix and I can submit a patch for that, but I don't understand why
> easy_install thinks buildbot-slave is not installed. I did notice that
> it now installs an egg file instead of the extracted egg in a
> directory under site-packages.

I saw the patch:
  http://github.com/djs/buildbot/commits/bugfix_win32
and I'll leave it to Ben to merge it, since it's a patch to the branch.

As for not finding the distribution - the buildslave package does not
use __file__, so it can be installed as an egg (a zip file), rather
than as a directory containing .py files.  I wonder if this results in
the setuptools being unable to find it?

Can you try rebuilding the egg from setup.py, but adding { 'zip_safe'
: False } to setup_args?

Dustin

-- 
Open Source Storage Engineer
http://www.zmanda.com




More information about the devel mailing list