Hey guys, sorry for leaving this thread open for so long. Been raving for MayDay down in Oxford. Anyway I got this working, I had to "upgrade" my start-app.py to use turbogears.start_server()
Thanks -Rob Kevin Dangoor wrote: > On 4/29/06, Robin Haswell <[EMAIL PROTECTED]> wrote: >> I saw this in the feature list for .9a5 which intrigued me: >> >> * Added a new turbogears.start_server function which will help ease >> the transition to 1.1 *and* adds the ability to use Ian Bicking's >> EvalException. You must turn on tg.fancy_exception to use it >> at this point. >> >> I was wondering, how do you enable this? I tried putting >> "tg.fancy_exception=True" in the global >> section of dev.cfg, but it didn't seem to do any good. Could someone provide >> some advice please? > > I just tried it: > tg.fancy_exception = True > > worked fine for me. BTW, the reason this isn't on by default is that > this needs a serious style upgrade before this can be one of the first > things people see. If someone wants to give that a whirl, that'd be > much appreciated. > > Kevin > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears -~----------~----~----~----~------~----~------~--~---

