>Instead making local_import("model") for a model stored at myweb2pyapp/
>models/model.py, i need to make the same statement for a model stored
>at ~/another/path/module.py

I meant import modules, sorry for the mistake.

So to import a module from another path i could do:

from gluon.custom_import import track_changes
track_changes(True)
sys.path.append("another/path")

Thank you Anthony

Reply via email to