Hello,

This error doesn't occur on my dev. system Windows 7, same version of 
web2py and python2.7

web2py™Version 2.7.4-stable+timestamp.2013.10.14.15.16.29PythonPython 
2.6.6: /usr/languages/python/2.6/bin/python (prefix: 
/usr/languages/python/2.6)Traceback

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

Traceback (most recent call last):
  File "/home/my_site/web2py/gluon/restricted.py", line 217, in restricted
    exec ccode in environment
  File "/home/my_site/web2py/applications/gps/controllers/gprs.py", line 9, in 
<module>
    from modules import utils
  File "/home/my_site/web2py/gluon/custom_import.py", line 86, in 
custom_importer
    return base_importer(pname, globals, locals, fromlist, level)
ImportError: No module named modules



the code which raises this error is as simple as

from modules import utils

what can I do ? 

thands and regards,
andre

-- 
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/groups/opt_out.

Reply via email to