[Buildbot-devel] create-master doesn't work
Dave Abrahams
dave at boostpro.com
Wed Jan 2 00:33:00 UTC 2013
I tried opening a ticket for this but Akismet thinks it's spam.
--8<---------------cut here---------------start------------->8---
Successfully installed buildbot Jinja2 sqlalchemy sqlalchemy-migrate decorator Tempita
Cleaning up...
cube:/tmp dave% buildbot create-master funky
Traceback (most recent call last):
File "/usr/local/bin/buildbot", line 4, in <module>
runner.run()
File "/Library/Python/2.7/site-packages/buildbot/scripts/runner.py", line 696, in run
subcommandFunction = reflect.namedObject(subconfig.subcommandFunction)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twisted/python/reflect.py", line 351, in namedObject
module = namedModule('.'.join(classSplit[:-1]))
File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twisted/python/reflect.py", line 339, in namedModule
topLevel = __import__(name)
File "/Library/Python/2.7/site-packages/buildbot/scripts/create_master.py", line 23, in <module>
from buildbot.db import connector
File "/Library/Python/2.7/site-packages/buildbot/db/connector.py", line 22, in <module>
from buildbot.db import pool, model, changes, schedulers, sourcestamps, sourcestampsets
File "/Library/Python/2.7/site-packages/buildbot/db/model.py", line 18, in <module>
import migrate.versioning.schema
File "/Library/Python/2.7/site-packages/migrate/versioning/schema.py", line 10, in <module>
from sqlalchemy import exceptions as sa_exceptions
ImportError: cannot import name exceptions
cube:/tmp dave%
--8<---------------cut here---------------end--------------->8---
--
Dave Abrahams
BoostPro Computing Software Development Training
http://www.boostpro.com Clang/LLVM/EDG Compilers C++ Boost
More information about the devel
mailing list