As of version 1.96.1, local_import() has been deprecated. You should be able to do:
import mymodule and it will look in your application's /modules folder before checking sys.path. Anthony On Friday, September 23, 2011 3:11:08 AM UTC-4, Necati Demir wrote: > > Hello, > > local_import function randomly does not import my modules from modules > directory. > I have this problem when i use web2py with apache (with wsgi). > > Any suggestion?

