For that to work you need a bare __init__.py file in all directories and subdirectories. /applications/__init__.py, /applications/yourapp/__init__.py, .../modules/__init__.py
On Wed, May 16, 2012 at 12:13 PM, Aurigadl <aurig...@gmail.com> wrote: > I always work with modules. In the latest versions of web2py not work. > doing the following to import: > > from applications.examples.modules import test > > Restricting the application name.The modules are placed in the / app / > modules/. > As this problem solved. > > -- Bruno Rocha [http://rochacbruno.com.br]