MacOS X Leopard + mod_pyton + mysql problems

2007-10-30 Thread crudolph
Hi, I was able to get django/python running via mod_python under the apache2 installation under Leopard (MacOS X 10.5). However once I start to add database support to my project - I get the following error. ImproperlyConfigured: Error loading MySQLdb module: dlopen(/tmp/ egg_cache/MySQL_python-

Re: MacOS X Leopard + mod_pyton + mysql problems

2007-10-30 Thread crudolph
Yeah - I downloaded from http://sourceforge.net/projects/mysql-python, unzipped and ran python setup.py build and then install. Under Leopard (10.5) apache2 is 4-way, so it is running in 64-bit mode. I haven't been able to figure out how to pass the right architecture flags through setup.py cc -