[web2py] Re: Unable to write to file error in GAE

2011-11-07 Thread Joseph Jude
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/languages/fr-fr.py



Both of these are repeated many times.
Thanks again,
Joseph



[web2py] Re: Unable to write to file error in GAE

2011-11-07 Thread Massimo Di Pierro
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 ceph...@gmail.com 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


[web2py] Re: Unable to write to file error in GAE

2011-11-06 Thread Massimo Di Pierro
Can you give us the complete traceback?

On Nov 6, 7:48 pm, Joseph Jude ceph...@gmail.com wrote:
 Hi,
 I get the below error in GAE. Unable to write to file
 /base/data/home/apps/s~123-check/1.354481446592778594/applications/init/lan 
 guages/pl-pl.py

 In fact it is repeated for other languages too. Please note that I'm not
 using any translations (my guess is some of the gluon tools may be using
 these files).

 How to resolve this?

 Thank you,
 Joseph