Correct, Sergiy. As I fiddle with this nightly, the core of my issue seems to be that mysqldb is not yet python3 ready and django 1.5 is calling for it. I changed my database settings in settings.py to ' django.db.backends.mysql' which in return calls for mysqldb when I do:
python manage.py syncdb I suppose at this point I'm just seeking anyone who has tried to run django 1.5 and has MySQL actually working. If so, how? On Tuesday, November 20, 2012 2:08:37 AM UTC-5, Sergiy Khohlov wrote: > > Which version of django ? > Is this one version has python 3.x support ? > > 2012/11/20 Cj Taylor <c...@cjcode.com <javascript:>>: > > ok, so what needs to happen here? Do I need to recode > > /usr/local/lib/python3.2/dist-packages/django/db/backends/mysql/base.py > to > > use this new module? > > > > > > On Sunday, November 18, 2012 4:57:02 PM UTC-5, iñigo medina wrote: > >> > >> > >> On Sat, 17 Nov 2012, Cj Taylor wrote: > >> > >> > That package installs into my python directory but not python3. I'm > >> > currently trying to get Django 1.5 to work with python3. Are there > >> > other > >> > ways currently to get mysql to work with django and the python3 > >> > environment? > >> > >> Check out pymysql: > >> https://github.com/petehunt/PyMySQL/ > >> > >> i� > >> > >> > > >> > Try this : > >> > > >> >> sudo apt-get install python-mysqldb > >> >> > >> >> -- > >> >> Sandeep Kaur > >> >> E-Mail: mkaur...@gmail.com <javascript:> > >> >> Blog: sandymadaan.wordpress.com > >> >> > >> > > >> > -- > >> > You received this message because you are subscribed to the Google > >> > Groups "Django users" group. > >> > To view this discussion on the web visit > >> > https://groups.google.com/d/msg/django-users/-/VfrRmTUUQrgJ. > >> > To post to this group, send email to django...@googlegroups.com. > >> > To unsubscribe from this group, send email to > >> > django-users...@googlegroups.com. > >> > For more options, visit this group at > >> > http://groups.google.com/group/django-users?hl=en. > >> > > >> > > > > > -- > > You received this message because you are subscribed to the Google > Groups > > "Django users" group. > > To view this discussion on the web visit > > https://groups.google.com/d/msg/django-users/-/25S322O0_YkJ. > > > > To post to this group, send email to > > django...@googlegroups.com<javascript:>. > > > To unsubscribe from this group, send email to > > django-users...@googlegroups.com <javascript:>. > > For more options, visit this group at > > http://groups.google.com/group/django-users?hl=en. > -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/rwaVmDBLz_8J. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.