Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hippybot fails to run #13

Closed
swayson opened this issue Sep 21, 2013 · 1 comment
Closed

Hippybot fails to run #13

swayson opened this issue Sep 21, 2013 · 1 comment

Comments

@swayson
Copy link

swayson commented Sep 21, 2013

I am unable to run Hippybot. I get an import error stating no module named wave.

I am using Python 2.7 on Windows 7 64-bit.

> hippybot.exe -c hippybot.conf

ERROR: No module named wave
Traceback (most recent call last):
  File "C:\Python27\venv\py27-hippybot\lib\site-packages\hippybot\bot.py", line
256, in run
    bot = HippyBot(self.config._sections)
  File "C:\Python27\venv\py27-hippybot\lib\site-packages\hippybot\bot.py", line
69, in __init__
    self.load_plugins()
  File "C:\Python27\venv\py27-hippybot\lib\site-packages\hippybot\bot.py", line
190, in load_plugins
    module = do_import(path)
  File "C:\Python27\venv\py27-hippybot\lib\site-packages\hippybot\bot.py", line
26, in do_import
    mod = __import__(name)
  File "C:\Python27\venv\py27-hippybot\lib\site-packages\lazy_reload.py", line 8
3, in _lazy_reload_import
    m = _real_import(name, globals, locals, fromlist, level)
ImportError: No module named wave
@yamjun
Copy link

yamjun commented Mar 5, 2014

You need "hippybot.plugins.mexican_wave"

@1stvamp 1stvamp closed this as completed in 892405d Jul 9, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants