Re: [pylons-devel] Probelms with wairtress in Python 2.7.7

2014-06-05 Thread Chris McDonough
On 06/05/2014 01:07 PM, Michael Merickel wrote: On Thu, Jun 5, 2014 at 11:40 AM, Chris McDonough mailto:chr...@plope.com>> wrote: On 06/05/2014 11:49 AM, Bert JW Regeer wrote: https://github.com/Pylons/__webob/pull/150 Is

Re: [pylons-devel] Probelms with wairtress in Python 2.7.7

2014-06-05 Thread Michael Merickel
On Thu, Jun 5, 2014 at 11:40 AM, Chris McDonough wrote: > On 06/05/2014 11:49 AM, Bert JW Regeer wrote: > >> https://github.com/Pylons/webob/pull/150 >> >> Is an outstanding pull request to fix this in from_file() in WebOb, would >> this solve the problem? >> > > Probably not. More like here: >

Re: [pylons-devel] Probelms with wairtress in Python 2.7.7

2014-06-05 Thread Chris McDonough
On 06/05/2014 11:49 AM, Bert JW Regeer wrote: https://github.com/Pylons/webob/pull/150 Is an outstanding pull request to fix this in from_file() in WebOb, would this solve the problem? Probably not. More like here: https://github.com/Pylons/pyramid/blob/master/pyramid/response.py#L55 Ber

Re: [pylons-devel] Probelms with wairtress in Python 2.7.7

2014-06-05 Thread Bert JW Regeer
https://github.com/Pylons/webob/pull/150 Is an outstanding pull request to fix this in from_file() in WebOb, would this solve the problem? Bert On Jun 5, 2014, at 08:26 , Chris McDonough wrote: > On 06/05/2014 05:39 AM, Christoph Zwerschke wrote: >> Am 04.06.2014 12:58, schrieb Tjelvar: >>> Y

Re: [pylons-devel] Probelms with wairtress in Python 2.7.7

2014-06-05 Thread Chris McDonough
On 06/05/2014 05:39 AM, Christoph Zwerschke wrote: Am 04.06.2014 12:58, schrieb Tjelvar: Yesterday we encountered a problem with Waitress when using the newly released Python 2.7.7 (on windows). I can confirm this issue on Python 2.7.7. It is obviously caused by the patch for http://bugs.pytho

Re: [pylons-devel] Probelms with wairtress in Python 2.7.7

2014-06-05 Thread Christoph Zwerschke
Am 04.06.2014 12:58, schrieb Tjelvar: Yesterday we encountered a problem with Waitress when using the newly released Python 2.7.7 (on windows). I can confirm this issue on Python 2.7.7. It is obviously caused by the patch for http://bugs.python.org/issue15207 after which some mime types are r

[pylons-devel] Probelms with wairtress in Python 2.7.7

2014-06-04 Thread Tjelvar
Dear all, Yesterday we encountered a problem with Waitress when using the newly released Python 2.7.7 (on windows). It appears that the mimetype of static files are no longer recognised. 1. To reproduce install Python 2.7.7 2. Setup a virtual environment and activate it 3. pip install pyramid 4