I can not get the wsgiref
module to work for everyone under Python 3.0. It works fine for me under 2.5, even when I try, it fails. It fails so hard, even though I have a print function where I do this: " wsgiref.simple_server import makeer server
", it is never printed for any reason It does not slow down any errors while running, and it displays an empty page in the browser and does not log any type of request.
Do anyone know what the problem might be? Thanks!
Sorry about that.
Comments
Post a Comment