pyskell / slouchy

Slouchy uses your webcam to check if you're slouching and alert you if you are.
GNU General Public License v3.0
800 stars 47 forks source link

Error when try to run python slouchy.py #9

Closed JeffersonFilho closed 8 years ago

JeffersonFilho commented 8 years ago

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 commented 8 years ago

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 https://github.com/pyskell/slouchy/issues/9.

JeffersonFilho commented 8 years ago

Thank you and my apologies for not reading it properly!

pyskell commented 8 years ago

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

Glad it works now :)