-
Notifications
You must be signed in to change notification settings - Fork 11
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
Werkzeug 0.11.11 not compatible with windows + python 3.6 #22
Comments
Thanks for this report. Can you run |
Unfortunately, I have not succeeded in running these tests. It is tough to get the test harness working on windows (anaconda distribution). mr.bob does not install due to some character encoding problem. I have tried running each line of the Makefile by hand: I get:: ======================================================================
|
Thanks for updating this ticket! I'm looking at the error log you posted and I think we can debug this. Where it says
it means somehow, your SETTINGS environment variable isn't pointing to the right config file. It could be that the Makefile is setting this incorrectly. If you look at the A configuration file is generated for each project by the scaffolding process - and I would expect the test harness to point towards a config file called etc/conf/testing.conf - but I could be misremembering. |
It appears that python 3.6 eliminates socketserver.ForkingMixIn on platforms like windows which do not support the forking model. There is a fix for this in version 0.11.15. I am using werkzeug version 0.12.2 and it seems ok with python 3.6.1 on windows 10 pro.
see:
pallets/werkzeug#999
The text was updated successfully, but these errors were encountered: