I figured it myself searching the forum but thank you anyway you pinpointed 
it right :-)
It might be good to change it in source code so after upgrading to newer 
version I do not have to think to change it again

thnx

Dana četvrtak, 23. listopada 2014. 16:04:43 UTC+2, korisnik Massimo Di 
Pierro napisao je:

> 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