Created
          February 3, 2010 18:37 
        
      - 
      
- 
        Save batok/293870 to your computer and use it in GitHub Desktop. 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | 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