None of these are errors but warning. The first is telling you that
you are using routes_out. It only displays the message in DEBUG mode.
The latter tells you that you have a T("something") and "something"
does not appear in the language file. It tries to add the entry and it
cannot because readonly. I remove the printing of the warning on GAE,
in trunk now.On Nov 7, 2:39 am, Joseph Jude <[email protected]> wrote: > Massimo, > Since it is on GAE, I don't have the full traceback (if there is another > way to get the traceback, pl let me know). I got only the below two types > of errors: > > routes_out: [/init/default/index] not rewritten > > Unable to write to file > /base/data/home/apps/s~123-check/1.354481446592778594/applications/init/lan > guages/fr-fr.py > > Both of these are repeated many times. > Thanks again, > Joseph

