add info: from applications.soso.models import my_db_helper_here
eclipse give this error: Unresolved import: my_db_helper_here Unused import: my_db_helper_here On Sun, Jun 26, 2011 at 11:43 PM, Sebastian E. Ovide < [email protected]> wrote: > Thanks Pierr, > > I was trying to do that but it is not working... actually I have a bunch of > imports insede that "if 0" trick that solve all the web2py dependencies > errors... > > the only errors stil there are those due to functions in my model files (as > for example the models of my plugins) > > I've tried also > > from applications.myapp.models import * > > and added a __init__.py inside the models folder.... > > any other ideas ? > > > > On Sun, Jun 26, 2011 at 8:39 PM, Pierre Thibault < > [email protected]> wrote: > >> >> if 0: >> from applications.myapp.models import myfunc > > > > > -- > Sebastian E. Ovide > > > > > -- Sebastian E. Ovide

