Skip to content

Instantly share code, notes, and snippets.

@ahammond
Created February 13, 2015 23:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ahammond/58c0590ac1c39b226855 to your computer and use it in GitHub Desktop.
Save ahammond/58c0590ac1c39b226855 to your computer and use it in GitHub Desktop.
buildbot debugclient --master=buildbot:8010 --passwd=secret_password
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