[web2py] Re: web2py scripts (homemade task queues) and python2 compatibility

2019-07-16 Thread Tom Clerckx
That's clear, thanks for the update. On Tuesday, July 16, 2019 at 6:48:41 PM UTC+2, Leonel Câmara wrote: > > You're right, you must use the print function because web2py now has a " > from __future__ import print_function" which forces you to use the print > function even in python2 > -- Resour

[web2py] Re: web2py scripts (homemade task queues) and python2 compatibility

2019-07-16 Thread Leonel Câmara
You're right, you must use the print function because web2py now has a "from __future__ import print_function" which forces you to use the print function even in python2 -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) -