Re: mod_python and .pyc files
And, of course, I figured it out as soon as I posted this. Apache's user didn't have permissions to write new .pyc files in my app's directory. Hope this helps someone else out! - John
mod_python and .pyc files
I've been bashing my head against this problem for too long. My Apache2+mod_python setup simply will not reflect changes I've made to my Django app. I've set MaxRequestsPerChild 1 in my httpd.conf, explicitly defined my PythonPath to include my app's directory, and set PythonAutoReload On. I re