mysql-5.0.45-osx10.4-i686 MySQL-python-1.2.2 Django 96 I had mysql installed from Tiger so it ported over fine, my databases seem to work just fine. As for MySQL python I followed the instructions listed here: http://sourceforge.net/tracker/index.php?func=detail&aid=1808476&group_id=22307&atid=374932
Then I did sudo python setup.py build fail then I rm -r the build directory because it smashed, tried to python setup.py install just for the sake of it crash. I modified my setup_posix.py path to point here mysql_config.path = "/ usr/local/mysql/bin/mysql_config" site.cfg : threadsafe = True //no change and here is the output from my build in pastebin http://pastebin.org/7564 I don't really care about mod_python or apache working off this machine, I'm really just trying to get Django dev server up, as a place to do some coding when I'm not connected to the net. On Nov 9, 10:22 am, GodOfGeeks <[EMAIL PROTECTED]> wrote: > can u give me more info about the MySQL version and the commands u > used for compiling > > On Nov 9, 4:19 pm, Roboto <[EMAIL PROTECTED]> wrote: > > > Help, has anyone got this to work? I've applied the patches to > > _mysql.c and tried running it but it still continues to say that I am > > missing the libraries required to make the build happen. This is > > brutal! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

