Hi,

I am running web2py 1.88.2.

I have some modules I import that are not under the application's
directory. These are moduled developed for other projects.

Accessing the modules works fine within the app itself, since they are
on the PYTHONPATH. However, running the following cron command:

@reboot username **default/function

I get an ImportError:

ImportError: No module named mymodule.

Is this by design? Is there a workaround?

Thanks,
Leo.

Reply via email to