On 16 April 2011 16:36, Walt <tufelkin...@gmail.com> wrote: > Windows 64 does make things interesting, but just to summarize > what I do to install on Windows: > > Install mod_python for python 2.5:
Do yourself a favour and switch to something else then mod_python. It's a dead project (that's why it probably won't work with newer Python). Use mod_wsgi, uwsgi or gunicorn (or any other WSGI server). > The reason for using 2.5 is that mod_python or windows and > the MySQL Python connector only support that version, at > least as far as I have been able to find. The PyPI page says otherwise[1]. You probably mean that there is no binary packages for newer Python versions. If you trust random blogs, here are some packages [2][3]. [1]: http://pypi.python.org/pypi/MySQL-python/1.2.3 [2]: http://www.codegood.com/archives/4 [3]: http://www.codegood.com/archives/129 -- Łukasz Rekucki -- You received this message because you are subscribed to the Google Groups "Django users" group. 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.