Skip to content

Instantly share code, notes, and snippets.

@batok
Created February 3, 2010 18:37
Show Gist options
  • Save batok/293870 to your computer and use it in GitHub Desktop.
Save batok/293870 to your computer and use it in GitHub Desktop.
gunicorn_paster --workers=2 development.ini
Traceback (most recent call last):
File "/Users/director/dev/pylons_envs/mydevenv/bin/gunicorn_paster", line 8, in <module>
load_entry_point('gunicorn==0.4', 'console_scripts', 'gunicorn_paster')()
File "/Users/director/dev/pylons_envs/mydevenv/lib/python2.6/site-packages/gunicorn/main.py", line 249, in run_paster
main(__usage__, get_app)
File "/Users/director/dev/pylons_envs/mydevenv/lib/python2.6/site-packages/gunicorn/main.py", line 92, in main
app = get_app(parser, opts, args)
File "/Users/director/dev/pylons_envs/mydevenv/lib/python2.6/site-packages/gunicorn/main.py", line 235, in get_app
host = opts.host or ctx.local_conf.get('host', '127.0.0.1')
AttributeError: Values instance has no attribute 'host'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment