#2476: tutorial "buildbot create-master master" fails with ImportError
----------------------+------------------------
Reporter: kennethd | Owner:
Type: undecided | Status: new
Priority: major | Milestone: undecided
Version: 0.8.7p1 | Resolution:
Keywords: |
----------------------+------------------------
Comment (by kennethd):
workaround installing from source with same edit as above:
{{{
kenneth@dhalgren:/tmp$ mkdir bbtut && cd bbtut
kenneth@dhalgren:/tmp/bbtut$ virtualenv --no-site-packages sandbox
kenneth@dhalgren:/tmp/bbtut$ source sandbox/bin/activate
(sandbox)kenneth@dhalgren:/tmp/bbtut$ mkdir src && cd src
(sandbox)kenneth@dhalgren:/tmp/bbtut/src$ wget
https://buildbot.googlecode.com/files/buildbot-0.8.7p1.tar.gz
(sandbox)kenneth@dhalgren:/tmp/bbtut/src$ tar xzf buildbot-0.8.7p1.tar.gz
(sandbox)kenneth@dhalgren:/tmp/bbtut/src$ cp buildbot-0.8.7p1/setup.py
buildbot-0.8.7p1/setup.py.ORIG
(sandbox)kenneth@dhalgren:/tmp/bbtut/src$ vim buildbot-0.8.7p1/setup.py
(sandbox)kenneth@dhalgren:/tmp/bbtut/src$ diff buildbot-0.8.7p1/setup.py
buildbot-0.8.7p1/setup.py.ORIG
192c192
< 'sqlalchemy >= 0.6, <= 0.7.10',
---
> 'sqlalchemy >= 0.6',
(sandbox)kenneth@dhalgren:/tmp/bbtut/src$ cd buildbot-0.8.7p1/
(sandbox)kenneth@dhalgren:/tmp/bbtut/src/buildbot-0.8.7p1$ ./setup.py
install
(sandbox)kenneth@dhalgren:/tmp/bbtut/src/buildbot-0.8.7p1$ cd ../../
(sandbox)kenneth@dhalgren:/tmp/bbtut$ which buildbot
/tmp/bbtut/sandbox/bin/buildbot
}}}
--
Ticket URL: <http://trac.buildbot.net/ticket/2476#comment:1>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
Buildbot-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/buildbot-commits