Re: MOD_PYTHON ERROR - but appears more related to MySQLdb

2008-04-19 Thread jmat
This was probably because I didn't read enough at: http://www.djangoproject.com/documentation/modpython/ Following the instructions for: Using eggs with mod_python sorted out the issue. I had to add the PythonInterpreter and the PythonImport directives and set them to my site. On Apr 19, 11:

MOD_PYTHON ERROR - but appears more related to MySQLdb

2008-04-19 Thread jmat
I have been able to get django working with the development server. I'm pulling my hair out trying to get it working on my osx 10.4 box with apache/mod_python/mysqldb I have confirmed that apache works, mod_python works, and mysqldb work stand alone. I was following the django book and created t