Opened 10 years ago

Closed 10 years ago

#22367 closed Bug (invalid)

MySQLdb Error with Python 3.3

Reported by: sebastiendewailly@… Owned by: pamsb2
Component: Database layer (models, ORM) Version: 1.6
Severity: Release blocker Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: yes Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Hi everybody,
It's made a while since I try to improve my web site with my poor qualities...
So rather than create the wheel i find out what's up with Django!!!
It sounds great but in meantime i had problem accessing my db.
In fact, i followed the tutorial part 1 with Django 1.6 and Python 3.3.5
After settings were done in setup.py, i ran :python manage.py syncdb
the answer was: import MySQLdb as Database
ImportError: No module named 'MySQLdb'
I've also seen some people on irc #Django telling it doesn't run with Python 3.3

Perhaps can help, seb

Change History (2)

comment:1 by pamsb2, 10 years ago

Needs tests: set
Owner: changed from nobody to pamsb2
Status: newassigned

comment:2 by Marc Tamlyn, 10 years ago

Resolution: invalid
Status: assignedclosed
Note: See TracTickets for help on using tickets.
Back to Top