On 12/22/06, yichao.zhang <[EMAIL PROTECTED]> wrote:

my env:
python 2.4.3, django-0.95-py2.4, WinXP sp2

I created a new project, enabled the admin feature.
After logging into admin as superuser, I press the button "Add user",
then the following error occurs. It's reproduciable against mysql and
sqlite3.

I don't see how *this* error can be reproducible against sqlite3...

Exception happened during processing of request from ('127.0.0.1',
1276)
Traceback (most recent call last):
  File "D:\Python243\lib\SocketServer.py", line 222, in handle_request
    self.process_request(request, client_address)
  File "D:\Python243\lib\SocketServer.py", line 241, in process_request
    self.finish_request(request, client_address)
  File "D:\Python243\lib\SocketServer.py", line 254, in finish_request
    self.RequestHandlerClass(request, client_address, self)
  File
"D:\Python243\lib\site-packages\django-0.95-py2.4.egg\django\core\servers
\basehttp.py", line 537, in __init__
    BaseHTTPRequestHandler.__init__(self, *args, **kwargs)
  File "D:\Python243\lib\SocketServer.py", line 521, in __init__
    self.handle()
  File
"D:\Python243\lib\site-packages\django-0.95-py2.4.egg\django\core\servers
\basehttp.py", line 581, in handle
    self.raw_requestline = self.rfile.readline()
  File "D:\Python243\lib\socket.py", line 340, in readline
    data = self._sock.recv(self._rbufsize)
error: (10054, 'Connection reset by peer')

What versions of MySQL (client and server) and MySQL-python are you
using? The server is disconnecting abnormally.

--
Patriotism means to stand by the country. It does
not mean to stand by the president. -- T. Roosevelt

This message has been scanned for memes and
dangerous content by MindScanner, and is
believed to be unclean.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Django 
developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to