Django and wsgiref simple_server.py line 33

31 views
Skip to first unread message

NoviceSortOf

unread,
Nov 30, 2016, 4:51:06 PM11/30/16
to Django users

REF: /usr/lib64/python2.7/wsgiref/simple_server.py", line 33,

On a fresh install of Python 2.7 and Django 1.6.12 attempting to resolve the following error.

When running... 
 python manage.py runserver 0.0.0.0:8000

And then loading a page on a browser I get the following.

********************************************************************************
  File "/usr/lib64/python2.7/wsgiref/simple_server.py", line 33, in close
   self.status.split(' ',1)[0], self.bytes_sent
   AttributeError: 'NoneType' object has no attribute 'split'
********************************************************************************

I've googled and read entries in this group but can find no suggestions that work. 

Please advise 



Reply all
Reply to author
Forward
0 new messages