am migrating to newest db.py, css, js, bootstrap3 by choosing "New simple 
application" from admin panel and adding pieces of my app to new version 
one at a time

where did "images" go? The following error is raised:

<type 'exceptions.ImportError'> No module named imagesVersion
web2py™ Version 2.14.3-stable+timestamp.2016.03.26.23.02.02
Python Python 2.7.9: C:\alex\alt_web2py_3\web2py\web2py.exe (prefix: )
Traceback

1.
2.
3.
4.
5.
6.
7.
8.
9.

Traceback (most recent call last):
  File "C:\alex\alt_web2py_3\web2py\gluon\restricted.py", line 227, in 
restricted
    exec ccode in environment
  File "C:/alex/alt_web2py_3/web2py/applications/test/models/db.py" 
<http://127.0.0.1:8000/admin/default/edit/test/models/db.py>, line 113, in 
<module>
    from images import RESIZE
  File "C:\alex\alt_web2py_3\web2py\gluon\custom_import.py", line 95, in 
custom_importer
    return base_importer(pname, globals, locals, fromlist, level)
ImportError: No module named images



thanks

Alex Glaros

-- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to