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

lib word_counter missing #2

Open
yarving opened this issue Jun 16, 2016 · 0 comments
Open

lib word_counter missing #2

yarving opened this issue Jun 16, 2016 · 0 comments

Comments

@yarving
Copy link

yarving commented Jun 16, 2016

This fails when run app.py

python app.py 
Traceback (most recent call last):
  File "app.py", line 13, in <module>
    from lib.word_counter import WordCounter
ImportError: No module named lib.word_counter
(heroku-flask-rq-worker)

due to this line

from lib.word_counter import WordCounter
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

1 participant