Skip to content

Instantly share code, notes, and snippets.

@Mistobaan
Created January 19, 2012 06:00
Show Gist options
  • Save Mistobaan/1638259 to your computer and use it in GitHub Desktop.
Save Mistobaan/1638259 to your computer and use it in GitHub Desktop.
(test_env)fmilomacbook:master fmilo$ trial buildbot.test
buildbot
test ... [ERROR]
===============================================================================
[ERROR]
Traceback (most recent call last):
File "/usr/local/Cellar/python/2.7.2/lib/python2.7/site-packages/twisted/trial/runner.py", line 677, in loadByNames
things.append(self.findByName(name))
File "/usr/local/Cellar/python/2.7.2/lib/python2.7/site-packages/twisted/trial/runner.py", line 487, in findByName
return reflect.namedAny(name)
File "/usr/local/Cellar/python/2.7.2/lib/python2.7/site-packages/twisted/python/reflect.py", line 464, in namedAny
topLevelPackage = _importAndCheckStack(trialname)
File "/Users/fmilo/workspace/buildbot/master/buildbot/test/__init__.py", line 20, in <module>
from buildbot import monkeypatches
File "/Users/fmilo/workspace/buildbot/master/buildbot/monkeypatches/__init__.py", line 18, in <module>
from buildbot.util import sautils
File "/Users/fmilo/workspace/buildbot/master/buildbot/util/sautils.py", line 16, in <module>
import sqlalchemy as sa
exceptions.ImportError: No module named sqlalchemy
buildbot.test
-------------------------------------------------------------------------------
Ran 1 tests in 0.030s
FAILED (errors=1)
(test_env)fmilomacbook:master fmilo$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment