We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
after running the setup sh -c "$(curl -L http://dtdg.co/setup-pup)", pup is not starting...
~/.pup/supervisord/logs/pup.log
Traceback (most recent call last): File "agent/pup/pup.py", line 29, in from config import get_config ImportError: No module named config
The text was updated successfully, but these errors were encountered:
I'm seeing this as well on Ubuntu 12.04 with Python 2.7.3, and OS X 10.8 with Python 2.7.2.
Sorry, something went wrong.
This seems to make it work properly:
# ~/.pup/agent/pup/pup.py ... # project imports sys.path.append('/Users/codykrieger/.pup/agent') # add the agent folder to the module search path from config import get_config ...
Did virtualenv set up properly? i.e. do you have a ~/.pup/venv directory with a bunch of stuff underneath?
~/.pup/venv
I broke this yesterday. Forgot the add-pup branch was being distributed. Fixing now.
add-pup
2756730
xcolour
No branches or pull requests
after running the setup sh -c "$(curl -L http://dtdg.co/setup-pup)", pup is not starting...
~/.pup/supervisord/logs/pup.log
Traceback (most recent call last):
File "agent/pup/pup.py", line 29, in
from config import get_config
ImportError: No module named config
The text was updated successfully, but these errors were encountered: