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

redbot.checks is missing from setup.py #106

Closed
pintsized opened this issue Mar 10, 2012 · 1 comment
Closed

redbot.checks is missing from setup.py #106

pintsized opened this issue Mar 10, 2012 · 1 comment

Comments

@pintsized
Copy link

This causes an ImportError when running the CLI after install:

Traceback (most recent call last):
File "/usr/bin/redbot", line 37, in
from redbot import droid
File "/usr/lib/python2.6/site-packages/redbot/droid.py", line 41, in
import redbot.subrequest
File "/usr/lib/python2.6/site-packages/redbot/subrequest/init.py", line 31, in
from conneg import ConnegCheck
File "/usr/lib/python2.6/site-packages/redbot/subrequest/conneg.py", line 31, in
from redbot.subrequest.base import SubRequest
File "/usr/lib/python2.6/site-packages/redbot/subrequest/base.py", line 33, in
from redbot.fetch import RedFetcher
File "/usr/lib/python2.6/site-packages/redbot/fetch.py", line 44, in
from redbot.checks.cache import checkCaching
ImportError: No module named checks.cache

Adding it to packages[] fixed it as expected.

@mnot mnot closed this as completed in 6f978bf Mar 12, 2012
@mnot
Copy link
Owner

mnot commented Mar 12, 2012

Thanks!

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