With IE, we have had to use the a non-local IP for the machine. Using 'localhost' or '127.0.0.1' did not work.
On Mar 25, 12:19 am, Aommonly <[email protected]> wrote: > =================================================== > > Exception happened during processing of request from ('127.0.0.1', > 60076) > Traceback (most recent call last): > File "C:\Python27\Lib\SocketServer.py", line 284, in > _handle_request_noblock > self.process_request(request, client_address) > File "C:\Python27\Lib\SocketServer.py", line 310, in process_request > self.finish_request(request, client_address) > File "C:\Python27\Lib\SocketServer.py", line 323, in finish_request > self.RequestHandlerClass(request, client_address, self) > File "E:\workspace\Police\lib\site-packages\django\core\servers > \basehttp.py", > line 560, in __init__ > BaseHTTPRequestHandler.__init__(self, *args, **kwargs) > File "C:\Python27\Lib\SocketServer.py", line 639, in __init__ > self.handle() > File "E:\workspace\Police\lib\site-packages\django\core\servers > \basehttp.py", > line 600, in handle > self.raw_requestline = self.rfile.readline() > File "C:\Python27\Lib\socket.py", line 447, in readline > data = self._sock.recv(self._rbufsize) > error: [Errno 10054] > > ------------------------------------------------------------ > > what can I do???? -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

