Hello all,

I am trying to upload a Web2py application to GAE, as I use to do with 
other web2py apps (without problems).

I find the following error in GAE logs:

<type 'exceptions.AttributeError'>: 'module' object has no attribute 'settings'
Traceback (most recent call last):
  File "/base/data/home/apps/s~proy1/1.374388951966188608/gaehandler.py", line 
47, in <module>
    from gluon.settings import global_settings
  File "/base/data/home/apps/s~proy1/1.374388951966188608/gluon/__init__.py", 
line 15, in <module>
    from globals import current
  File "/base/data/home/apps/s~proy1/1.374388951966188608/gluon/globals.py", 
line 24, in <module>
    from gluon.serializers import json, custom_json
  File 
"/base/data/home/apps/s~proy1/1.374388951966188608/gluon/serializers.py", line 
10, in <module>
    from gluon.languages import lazyT
  File "/base/data/home/apps/s~proy1/1.374388951966188608/gluon/languages.py", 
line 30, in <module>
    import gluon.settings as settings

It looks like a circular error. I can't fix it.
I tried to upload it with Web2py-2.9.4.

Have you got some idea about the problem?.
Thank you in advance for your support.

Regards,
Francisco


-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to