Re: mod_python and .pyc files

2005-11-07 Thread John Madson
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

2005-11-07 Thread John Madson
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