[Buildbot-devel] create-master error
Catherine Knutson
CKnutson at imagesensing.com
Mon Apr 30 17:29:59 UTC 2012
I just started setting up buildbot last week. I think I incorrectly installed something because I can't even get "buildbot create-master -r c:\buildbot_workarea" to work.
Here is the message I am seeing
buildbot create-master -r c:\buildbot_workarea
mkdir c:\buildbot_workarea
creating master.cfg.sample
populating public_html/
Traceback (most recent call last):
File "C:\Python27\lib\site-packages\twisted\internet\defer.py", line 290, in addCallbacks
self.runCallbacks()
File "C:\Python27\lib\site-packages\twisted\internet\defer.py", line 551, in _runCallbacks
current.result = callback(current.result, *args, **kw)
File "C:\Python27\lib\site-packages\twisted\internet\base.py", line 426, in _continueFiring
callable(*args, **kwargs)
File "C:\Python27\lib\site-packages\buildbot-0.8.6p1-py2.7.egg\buildbot\scripts\runner.py", line 36, in async
d = defer.maybeDefferred(f, *args, **kwargs)
--- ( exception caught here) ---
File "C:\Python27\lib\site-packages\twisted\internet\defer.py", line 134, in maybeDeferred
result = f(*args, **kw)
File "C:\Python27\lib\site-packages\buildbot-0.8.6p1-py2.7.egg\buildbot\scripts\runner.py", line 550, in createMaster
d = m.create_db()
File "C:\Python27\lib\site-packages\buildbot-0.8.6p1-py2.7.egg\buildbot\scripts\runner.py", line 246 in create_db
from buildbot.db import connector
File "C:\Python27\lib\site-packages\buildbot-0.8.6p1-py2.7.egg\buildbot\db\connector.py", line 22 in (module)
from buildbot.db import pool, model, changes, schedulers, sourcestamps, sourcestampsets
File "C:\Python27\lib\site-packages\buildbot-0.8.6p1-py2.7.egg\buildbot\db\model.py", line 18, in (module)
import migrate.versioning.schema
File "C:\Python27\lib\site-packages\sqlalchemy_migrate-0.7.1-py.2.7.egg\migrate\versioning\schema.py", line 10 in (module)
from sqlalchemy import exceptions as sa_exceptions
exceptions.ImportError: cannot import name exceptions
thanks for looking into this!
Catherine
--
Catherine Knutson
Image Sensing Systems
cknutson at imagesensing.com
651-603-7710
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://buildbot.net/pipermail/devel/attachments/20120430/560b3994/attachment.html>
More information about the devel
mailing list