I'm facing the same issue, did you already found the solution?

Btw, I'm running web2py in my android phone, maybe for me is quite
different...

Cheers.
Chris.

El jue., 23 de may. de 2019 07:03, Константин Комков <fireandmi...@gmail.com>
escribió:

> Maybe it info can help?
> Error snapshot [image: help]
> <http://192.168.20.184/admin/ticket/application/192.168.20.177.2019-05-23.14-00-15.9ee85a2c-e215-41e2-b571-f3891765d7d2#>
>
> <type 'exceptions.ImportError'>(No module named application.modules)
>
> inspect attributes
> Frames
>
>    -
>
>    *File C:\inetpub\wwwroot\gluon\restricted.py in restricted at line 219*
>     код аргументы переменные
>    -
>
>    *File C:\inetpub\wwwroot\applications\application\controllers\bak.py
>    in <module> at line 2* код аргументы переменные
>    -
>
>    *File C:\inetpub\wwwroot\gluon\custom_import.py in custom_importer at
>    line 74* код аргументы переменные
>    Function argument list
>
>    (name='mytest', globals={'A': <class 'gluon.html.A'>, 'ANY_OF': <class
>    'pydal.validators.ANY_OF'>, 'ASSIGNJS': <function ASSIGNJS>, 'AppConfig':
>    <function AppConfig>, 'Auth': <class 'gluon.tools.Auth'>, 'B': <class
>    'gluon.html.B'>, 'BEAUTIFY': <class 'gluon.html.BEAUTIFY'>, 'BODY': <class
>    'gluon.html.BODY'>, 'BR': <class 'gluon.html.BR'>, 'BUTTON': <class
>    'gluon.html.BUTTON'>, ...}, locals={'A': <class 'gluon.html.A'>, 'ANY_OF':
>    <class 'pydal.validators.ANY_OF'>, 'ASSIGNJS': <function ASSIGNJS>,
>    'AppConfig': <function AppConfig>, 'Auth': <class 'gluon.tools.Auth'>, 'B':
>    <class 'gluon.html.B'>, 'BEAUTIFY': <class 'gluon.html.BEAUTIFY'>, 'BODY':
>    <class 'gluon.html.BODY'>, 'BR': <class 'gluon.html.BR'>, 'BUTTON':
>    <class 'gluon.html.BUTTON'>, ...}, fromlist=None, level=-1)
>    Code listing
>
>    69.
>    70.
>    71.
>    72.
>    73.
>    74.
>    75.
>    76.
>    77.
>    78.
>
>            if not fromlist:
>                # "import x" or "import x.y"
>                result = None
>                for itemname in name.split("."):
>                    new_mod = base_importer(
>                        modules_prefix, globals, locals, (itemname,), level)
>                    modules_prefix += "." + itemname
>                    if result is None:
>                        try:
>                            result = sys.modules[modules_prefix]
>
>    Variables
>    modules_prefix 'applications.application.modules'
>    globals {'A': <class 'gluon.html.A'>, 'ANY_OF': <class
>    'pydal.validators.ANY_OF'>, 'ASSIGNJS': <function ASSIGNJS>, 'AppConfig':
>    <function AppConfig>, 'Auth': <class 'gluon.tools.Auth'>, 'B': <class
>    'gluon.html.B'>, 'BEAUTIFY': <class 'gluon.html.BEAUTIFY'>, 'BODY': <class
>    'gluon.html.BODY'>, 'BR': <class 'gluon.html.BR'>, 'BUTTON': <class
>    'gluon.html.BUTTON'>, ...}
>    itemname 'mytest'
>    locals {'A': <class 'gluon.html.A'>, 'ANY_OF': <class
>    'pydal.validators.ANY_OF'>, 'ASSIGNJS': <function ASSIGNJS>, 'AppConfig':
>    <function AppConfig>, 'Auth': <class 'gluon.tools.Auth'>, 'B': <class
>    'gluon.html.B'>, 'BEAUTIFY': <class 'gluon.html.BEAUTIFY'>, 'BODY': <class
>    'gluon.html.BODY'>, 'BR': <class 'gluon.html.BR'>, 'BUTTON': <class
>    'gluon.html.BUTTON'>, ...}
>    level -1
>
> --
> 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.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/web2py/2d6d9fdb-50a3-480a-a4b2-8642664003b5%40googlegroups.com
> <https://groups.google.com/d/msgid/web2py/2d6d9fdb-50a3-480a-a4b2-8642664003b5%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/CA%2Bs%2BuJutgqNXk6XCDdRBmpQVfZHL_mmjsSZ3P1tLm2_KWR1iSQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to