[Buildbot-commits] [Buildbot] #2476: tutorial "buildbot create-master master" fails with ImportError

Buildbot trac trac at buildbot.net
Thu Mar 21 00:32:49 UTC 2013


#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 at dhalgren:/tmp$ mkdir bbtut && cd bbtut
 kenneth at dhalgren:/tmp/bbtut$ virtualenv --no-site-packages sandbox
 kenneth at dhalgren:/tmp/bbtut$ source sandbox/bin/activate
 (sandbox)kenneth at dhalgren:/tmp/bbtut$ mkdir src && cd src
 (sandbox)kenneth at dhalgren:/tmp/bbtut/src$ wget
 https://buildbot.googlecode.com/files/buildbot-0.8.7p1.tar.gz
 (sandbox)kenneth at dhalgren:/tmp/bbtut/src$ tar xzf buildbot-0.8.7p1.tar.gz
 (sandbox)kenneth at dhalgren:/tmp/bbtut/src$ cp buildbot-0.8.7p1/setup.py
 buildbot-0.8.7p1/setup.py.ORIG
 (sandbox)kenneth at dhalgren:/tmp/bbtut/src$ vim buildbot-0.8.7p1/setup.py
 (sandbox)kenneth at 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 at dhalgren:/tmp/bbtut/src$ cd buildbot-0.8.7p1/
 (sandbox)kenneth at dhalgren:/tmp/bbtut/src/buildbot-0.8.7p1$ ./setup.py
 install
 (sandbox)kenneth at dhalgren:/tmp/bbtut/src/buildbot-0.8.7p1$ cd ../../
 (sandbox)kenneth at 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


More information about the Commits mailing list