Re: [web2py] cron ignores PYTHONPATH

2010-11-04 Thread Jonathan Lundell
On Nov 3, 2010, at 10:34 PM, Jonathan Lundell wrote: > > On Nov 3, 2010, at 8:45 PM, Leo wrote: >> >> 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 wor

Re: [web2py] cron ignores PYTHONPATH

2010-11-03 Thread Jonathan Lundell
On Nov 3, 2010, at 8:45 PM, Leo wrote: > > 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

[web2py] cron ignores PYTHONPATH

2010-11-03 Thread Leo
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: @re