Opened 11 years ago
Closed 11 years ago
#22367 closed Bug (invalid)
MySQLdb Error with Python 3.3
Reported by: | 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 , 11 years ago
Needs tests: | set |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:2 by , 11 years ago
Resolution: | → invalid |
---|---|
Status: | assigned → closed |
See https://docs.djangoproject.com/en/1.6/ref/databases/#python-3