can you try replace

from globals import Response, Storage

with

from gluon.globals import Response, Storage

On Tuesday, 21 October 2014 08:20:11 UTC-5, Alen Cerovic wrote:
>
> I am getting error with plugin_jstree on windows:
>
> Traceback (most recent call last):
>   File "gluon/restricted.py", line 224, in restricted
>   File 
> "C:/mediacom/mediacom/Development/web2py/web2py_win/web2py/applications/staff/controllers/plugin_jstree.py",
>  
> line 49, in <module>
>   File "gluon/globals.py", line 392, in <lambda>
>   File 
> "C:/mediacom/mediacom/Development/web2py/web2py_win/web2py/applications/staff/controllers/plugin_jstree.py",
>  
> line 47, in index
>     return dict(tree_block=DIV(jstree(), _style='width:500px;'))
>   File "applications\staff\modules\plugin_jstree.py", line 174, in __call__
>     from globals import Response, Storage
>   File "gluon/custom_import.py", line 92, in custom_importer
> ImportError: No module named globals
>
>  
> please help
>

-- 
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