Skip to content

Instantly share code, notes, and snippets.

@derchrisuk
Created June 6, 2012 15:08
Show Gist options
  • Save derchrisuk/2882451 to your computer and use it in GitHub Desktop.
Save derchrisuk/2882451 to your computer and use it in GitHub Desktop.
gitbot@debian:~/hesperus$ python gitbot.py config.xml
Traceback (most recent call last):
File "/home/gitbot/hesperus/hesperus/plugin.py", line 67, in load_plugin
plugcls = __import__(mod[0], fromlist=[mod[1]])
File "/home/gitbot/hesperus/hesperus/plugins/ghub.py", line 11, in <module>
from github.github import GitHub
ImportError: No module named github.github
Traceback (most recent call last):
File "gitbot.py", line 5, in <module>
c = Core.load_from_file(sys.argv[1])
File "/home/gitbot/hesperus/hesperus/core.py", line 25, in load_from_file
p = Plugin.load_plugin(c, el)
File "/home/gitbot/hesperus/hesperus/plugin.py", line 71, in load_plugin
raise ConfigurationError('invalid plugin type "%s"' % (plug_type,))
hesperus.plugin.ConfigurationError: invalid plugin type "hesperus.plugins.ghub.GitHubPlugin"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment