Hello All In my applications i have several files present in models. I need to import this helper.py file in my db.py. So in db.py i have written "from helper import get_config_file" But when I do so it always gives an import error: *<type 'exceptions.ImportError'> No module named modules.helper*
Now the question is why is it trying to locate my file in modules folder instead of models. Shouldn't it just pick it up from models as they are in same folder. I also placed this helper.py file in modules and restarted the server but still it gave the same error. Why is this happening? Please let me know what wrong I am doing. -- Thanks Apoorve -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

