If you are planning to deploy to linux servers, you might have a nicer time developing on a linux vm. I have a mac, but do my development in an ubuntu vm. Many difficult installations become a simple "sudo apt- get install <whatever>". YMMV, Alex
On Apr 12, 2:09 am, Bdidi <bdi...@gmail.com> wrote: > I reinstalled XCode to include 10.4 support and tried again, and > MySQLdb is now installed, but now I get this: > > File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/ > site-packages/django/db/backends/mysql/base.py", line 13, in <module> > raise ImproperlyConfigured("Error loading MySQLdb module: %s" % e) > django.core.exceptions.ImproperlyConfigured: Error loading MySQLdb > module: dlopen(/Users/bduncan/.python-eggs/MySQL_python-1.2.3c1-py2.6- > macosx-10.3-fat.egg-tmp/_mysql.so, 2): Symbol not found: > _mysql_affected_rows > > Can anyone point in the right direction on this? -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@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.