Skip to content Skip to sidebar Skip to footer
Showing posts with the label Wsgiref

Why Does Wsgiref.simple_server Report Content-type Of Request As 'text/plain' While None Was Sent?

Output from client.py is text/plain although no content-type header was sent to the server. Why? # … Read more Why Does Wsgiref.simple_server Report Content-type Of Request As 'text/plain' While None Was Sent?

Failed To Install Wsgiref On Python 3

I have a problem installing wsgiref: $ python --version Python 3.6.0 :: Anaconda 4.3.1 (x86_64) $ p… Read more Failed To Install Wsgiref On Python 3