Created
February 13, 2015 23:31
-
-
Save ahammond/58c0590ac1c39b226855 to your computer and use it in GitHub Desktop.
buildbot debugclient --master=buildbot:8010 --passwd=secret_password
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Traceback (most recent call last): | |
File "/Users/ahammond/.virtualenvs/bbtry/bin/buildbot", line 4, in <module> | |
runner.run() | |
File "/Users/ahammond/.virtualenvs/bbtry/lib/python2.7/site-packages/buildbot/scripts/runner.py", line 763, in run | |
sys.exit(subcommandFunction(subconfig)) | |
File "/Users/ahammond/.virtualenvs/bbtry/lib/python2.7/site-packages/buildbot/scripts/debugclient.py", line 18, in debugclient | |
from buildbot.clients import debug | |
File "/Users/ahammond/.virtualenvs/bbtry/lib/python2.7/site-packages/buildbot/clients/debug.py", line 17, in <module> | |
from twisted.internet import gtk2reactor | |
File "/Users/ahammond/.virtualenvs/bbtry/lib/python2.7/site-packages/twisted/internet/gtk2reactor.py", line 45, in <module> | |
import gobject | |
ImportError: No module named gobject |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment