Hi all - I'm using the latest code (rev 2997).
Otherwise it's mod_python 1.10 / apache2 / python2.3 / mysql 5.0.21 /
MySQLdb 2.0 -- all installed from Debian packages.

Most everything seems to be working fine - I created a project, then an
app, ran syncdb just fine, and I can interact with my app from the
manage.py shell.

However, when I try to access the admin/ site I get this error:

Mod_python error: "PythonHandler django.core.handlers.modpython"

.
.
.
.
.
File "/usr/lib/python2.3/site-packages/django/db/models/query.py", line
161, in iterator
    cursor = connection.cursor()

File
"/usr/lib/python2.3/site-packages/django/db/backends/mysql/base.py",
line 90, in cursor
    self.connection = Database.connect(**kwargs)

File "/usr/lib/python2.3/site-packages/MySQLdb/__init__.py", line 66,
in Connect
    return Connection(*args, **kwargs)

File "/usr/lib/python2.3/site-packages/MySQLdb/connections.py", line
151, in __init__
    self.converter[types.StringType] = string_literal

TypeError: object does not support item assignment

I haven't been able to find any similar errors on the mailing list, or
elsewhere - I've tried re-installing mysqldb already - not sure what
else to try. Any ideas?

Thanks....


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@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-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to