Are you importing from within the "examples" application? In that case you can just do:
import test Anthony On Wednesday, May 16, 2012 11:13:16 AM UTC-4, Aurigadl 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. > >