You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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" [email protected] 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.
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!
The text was updated successfully, but these errors were encountered: