Hi Jarek, Modifying django.core.servers.fastcgi.py was just what I needed to find out where my "traffic jam" was.
I had an OperationalError from my sqlite3 database. I not only had to update the permissions on sqlite3, but also on its containing directory. Worked like a charm. Hope this helps others. -d On Feb 12, 12:31 am, Jarek Zgoda <[EMAIL PROTECTED]> wrote: > Malcolm Tredinnick napisaĆ(a): > > > Secondly, any application that throws an UnhandledException must surely > > be logging the details somewhere (or the maintainer should be taken out > > for a quick conversation with some of the more hefty participants at the > > next conference he attends). So look in the error logs for clues. > > I'm sorry to say but this is how flup works. The "Unhandled Exception" > is an output of flup's own error middleware. > > -- > Jarek Zgoda > Skype: jzgoda | GTalk: [EMAIL PROTECTED] | voice: +48228430101 > > "We read Knuth so you don't have to." (Tim Peters) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

