Opened 15 years ago

Closed 15 years ago

Last modified 13 years ago

#10682 closed (duplicate)

The latest MySQLdb breaks Django

Reported by: twleung Owned by: nobody
Component: Database layer (models, ORM) Version: 1.0
Severity: Keywords:
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I installed the trunk of MySQLdb, and when I run manage.py, I get the following message:

Error: No module named mysql.base

I'm on django 1.0.2

Change History (5)

comment:1 by Alex Gaynor, 15 years ago

Component: UncategorizedDatabase layer (models, ORM)
milestone: 1.1
Triage Stage: UnreviewedAccepted

comment:2 by Alex Gaynor, 15 years ago

I can't find any references to mysql.base in Django, can you post a full traceback so we can make sure it's not an issue with MySQLdb.

comment:3 by Karen Tracey, 15 years ago

Resolution: duplicate
Status: newclosed

Django hasn't run on "latest trunk" MysqlDB for a long time. There is some considerable restructuring going on in that code and until it gets near to a release point it doesn't seem to make a lot of sense to chase it. #9274 is open to track whatever needs to be done to get Django running on the next release of MySQLDB.

comment:4 by Karen Tracey, 15 years ago

Not MysqlDB nor MySQLDB but MySQLdb. I can never remember which letters get capped.

comment:5 by Jacob, 13 years ago

milestone: 1.1

Milestone 1.1 deleted

Note: See TracTickets for help on using tickets.
Back to Top