2011/6/26 Sebastian E. Ovide <sebastian.ov...@gmail.com> > 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 > > Is the web2py folder in your path?
I guess you are missing a level. Try something like: from applications.soso.models.some_module import my_db_helper_here I'm sorry I forgot the "some_module" in my first example. -- A+ ------------- Pierre My blog and profile (http://pierrethibault.posterous.com)<http://pierrethibault.posterous.com> YouTube page (http://www.youtube.com/user/tubetib)<http://www.youtube.com/user/tubetib> Twitter (http://twitter.com/pierreth2) <http://twitter.com/pierreth2>