I downloaded python 2.7.9 and start web2py (fsiource code). Code of error 
change:

<type 'exceptions.ImportError'>((ImportError('No module named 
application.modules',), <traceback object at 0x04711968>))

<code object <module> at 0000000005770F30, file 
"D:\web2py_src\web2py\applications\application\models\db.py", line 7>

Traceback

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

Traceback (most recent call last):
  File "D:\web2py\gluon\restricted.py", line 219, in restricted
    exec(ccode, environment)
  File "D:/web2py/applications/application/models/db.py" 
<http://127.0.0.1:8000/admin/default/edit/application/models/db.py>, line 8, in 
<module>
    import fdb
  File "D:\web2py\gluon\custom_import.py", line 104, in custom_importer
    raise ImportError(e1, import_tb)  # there an import error in the module
ImportError: (ImportError('No module named application.modules',), <traceback 
object at 0x04711968>)

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