I can not run the run_simple dev web server from werkzeug under windows and use_reloader=True :

run_simple("localhost", 8090, application, use_reloader=True)

Eventually it throws too many values to unpack while traversing new_environ in wergzeug.serving. If I remove use_reloader (defaults to False) than the server runs without problems. What do I miss?

UPDATE: This problem appears only on 0.6 version. (That is, on 0.5 works, on 0.6 it does not. I don't know about the minor revisions.)

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

Use the development version. The upcoming 0.7 release will fix that.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.