Подскажите, что это может быть.
Когда нажимаю Ctrl-C для того чтобы остановить dev сервер, выдает такую ошибку:
savao@savao-ProLiant-ML110-G5:~/hg/kadastr$ python manage.py runserver
Validating models...
0 errors found
October 10, 2013 - 16:22:50
Django version 1.5.3, using settings 'kadastr.settings'
Development server is running at http://127.0.0.1:8000/
Quit the server with CONTROL-C.
Validating models...
0 errors found
October 10, 2013 - 16:24:46
Django version 1.5.3, using settings 'kadastr.settings'
Development server is running at http://127.0.0.1:8000/
Quit the server with CONTROL-C.
^CUnhandled exception in thread started by <bound method Command.inner_run of <django.contrib.staticfiles.management.commands.runserver.Command object at 0x2deded0>>
Error in sys.excepthook:
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 50, in apport_excepthook
if not enabled():
TypeError: 'NoneType' object is not callable
Original exception was:
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/django/core/management/commands/runserver.py", line 114, in inner_run
savao@savao-ProLiant-ML110-G5:~/hg/kadastr$ ipv6=self.use_ipv6, threading=threading)
File "/usr/local/lib/python2.7/dist-packages/django/core/servers/basehttp.py", line 193, in run
httpd.serve_forever()
File "/usr/lib/python2.7/SocketServer.py", line 225, in serve_forever
r, w, e = select.select([self], [], [], poll_interval)
AttributeError: 'NoneType' object has no attribute 'select'