Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#20395 closed New feature (invalid)

Can I use Connector/Python instead of MySQLdb? And how?

Reported by: icedream91@… Owned by: nobody
Component: Python 3 Version: 1.5
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

I am using Python 3.3.1 and Django 1.5.1. MySQLdb doesn't support Python 3, so I want to use Connector/Python instead. But I don't know how to do this.
Is it easy to do this? If it is, how can I do this?

Thanks.

Change History (2)

comment:1 by Tim Graham, 11 years ago

Resolution: invalid
Status: newclosed

comment:2 by Aymeric Augustin, 11 years ago

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