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...
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
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/89fb52b4-9828-4922-a666-f9db8ff9e849%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment