Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#26814 closed Cleanup/optimization (fixed)

Update error message to install mysqlclient module

Reported by: Adam Dobrawy Owned by: nobody
Component: Database layer (models, ORM) Version: dev
Severity: Normal Keywords: mysql
Cc: naczelnik@… Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Hello,

I suggest add mysqlclient to message of lack MySQL driver. The docs recommend mysqlclient for Python 3. MySQLdb shows in exceptions doesn't support Python 3. I think more useful will be error message which suggest mysqlclient than unmaintained and outdated package.

Greetings,

Change History (3)

comment:1 by Adam Dobrawy, 8 years ago

I don't sure how connect pull requests to ticket, but here is a code: https://github.com/django/django/pull/6848

comment:2 by Tim Graham, 8 years ago

Triage Stage: UnreviewedAccepted

There's a chance the PyPI entry for MySQLdb might be taken over which could resolve the fork.

comment:3 by Claude Paroz, 8 years ago

Resolution: fixed
Status: newclosed

In 92d323ccb5239e3f04b6cb749521fffa71318923:

Added package names to 'Error loading MySQLdb module' error.

Last edited 8 years ago by Tim Graham (previous) (diff)
Note: See TracTickets for help on using tickets.
Back to Top