Re: mod_wsgi broken in rev #12866

2010-03-29 Thread nih
> editing django/utils/translation/__init__.py yea looks like that was the problem, all the fixes in rev #12875 sorted the problem and everything still works in the latest trunk #12882 thanks Russ! Thanks Graham, I saw that blog post earlier but haven't had time to read it, I should have time tomo

Re: mod_wsgi broken in rev #12866

2010-03-28 Thread Graham Dumpleton
On Mar 29, 10:48 am, Russell Keith-Magee wrote: > On Mon, Mar 29, 2010 at 12:40 AM, nih wrote: > > oops sorry, typo in the last paragraph :( > > > It only crashes for me with apache, mod_wsgi, new project (no views/ > > models/etc), finished project, and rev # 12866+. > > > They all work normal

Re: mod_wsgi broken in rev #12866

2010-03-28 Thread Russell Keith-Magee
On Mon, Mar 29, 2010 at 12:40 AM, nih wrote: > oops sorry, typo in the last paragraph :( > > It only crashes for me with apache, mod_wsgi, new project (no views/ > models/etc), finished project, and rev # 12866+. > > They all work normally with the dev server and rev # 12866+, so that > pretty muc

Re: mod_wsgi broken in rev #12866

2010-03-28 Thread nih
oops sorry, typo in the last paragraph :( It only crashes for me with apache, mod_wsgi, new project (no views/ models/etc), finished project, and rev # 12866+. They all work normally with the dev server and rev # 12866+, so that pretty much rules out any of my code causing it. It could of course

Re: mod_wsgi broken in rev #12866

2010-03-28 Thread nih
Thanks for the quick reply Russ :-) > Do you only get the problem under mod_wsgi, or do you get it under the dev > server as well? A new project and one of my finished projects works fine with the dev server and rev #12873, so might just be a mod_wsgi issue Updating to revs #12866 or #12873 give

Re: mod_wsgi broken in rev #12866

2010-03-28 Thread Russell Keith-Magee
On Sun, Mar 28, 2010 at 10:12 PM, nih wrote: > One of the files modified in django rev #12866 has broken mod_wsgi for > me, the web app loads perfectly ok in rev #12865, the apache mod_wsgi > log when using django rev #12866 has: > ... > none of the changed files in rev #12866 look like they have