Skip to content
New issue

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

Error running all_in_one.py script on mac osx 10.9 with python 3.4.3 #1

Closed
leonh opened this issue Feb 26, 2015 · 1 comment
Closed

Comments

@leonh
Copy link

leonh commented Feb 26, 2015

Just kicking the tyres on your project...which seems really interesting btw.

To try things out I ran the all_in_one.py script in the examples directory but was getting errors from gunicorn

....
File "/Users/leon/envs/midi-sequencer/lib/python3.4/site-packages/gunicorn/config.py", line 58, in __getattr__
raise AttributeError("No configuration setting for: %s" % name)      
AttributeError: No configuration setting for: debug

Providing a default for Gunicorn's debug setting seems to fix things for me.
This is what I added
leonh@259e8ee

@ludovic-gasc
Copy link
Contributor

Hi @leonh, thank you for your bug report.
It's because the latest version of gunicorn has removed debug setting.
I've fixed that in source code and documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants