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.
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.