And you get mails ?
I get errors (no mail are sent), for a minor bug.
Could you try modifying the script a little bit ?
right after the while 1:
for file in os.listdir(path):
filename = file #instead of os.path.join(path, file)
and the os.unlink line, replace with:
os.unlink(os.path.join(path, filename))
On Saturday, September 1, 2012 9:12:52 PM UTC+2, Jose C wrote:
>
> Hi Niphlod,
>
> I copied it to my own custom_scripts directory (in order to tweak some
> settings later, nothing changed yet) and run it like this:
>
> python web2py.py -S m_winp_ca -N -R
> applications/m_winp_ca/custom_scripts/tickets2email.py
>
>
--