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

Error when try to run python slouchy.py #9

Closed
JeffersonFilho opened this issue Oct 16, 2015 · 3 comments
Closed

Error when try to run python slouchy.py #9

JeffersonFilho opened this issue Oct 16, 2015 · 3 comments
Labels

Comments

@JeffersonFilho
Copy link

Hello,

When I try to run the application by python slouchy.py I get this error:

Traceback (most recent call last):
File "slouchy.py", line 8, in
from config import setup
File "/Users/myname/Documents/slouchy/slouchy/config.py", line 1, in
from configobj import ConfigObj

Any idea why?

Thanks!

@pyskell
Copy link
Owner

pyskell commented Oct 16, 2015

This is the same as issue #8. You need to run a pip install command as per
the README.
On Oct 16, 2015 8:07 AM, "JeffersonFilho" notifications@github.com wrote:

Hello,

When I try to run the application by python slouchy.py I get this error:

Traceback (most recent call last):
File "slouchy.py", line 8, in
from config import setup
File "/Users/myname/Documents/slouchy/slouchy/config.py", line 1, in
from configobj import ConfigObj

Any idea why?

Thanks!


Reply to this email directly or view it on GitHub
#9.

@JeffersonFilho
Copy link
Author

Thank you and my apologies for not reading it properly!

@pyskell
Copy link
Owner

pyskell commented Oct 16, 2015

Welcome! Perhaps I should find a way to be a bit clearer as a few people missed this.

Glad it works now :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants