module = local_import('<name of the module>') //module.py
_____________________________________________
*Gilson Filho*
*Web Developer
http://gilsondev.com*



2011/6/13 Ross Peoples <[email protected]>

> Jim,
>
> You could try doing:
>
> import sys
> sys.path.append('/path/to/web2py/applications/another_app/modules')
> from mymodule import MyClass
>
> Alternatively, you could also add mymodule to a location that already
> exists in sys.path.
>

Reply via email to