[web2py] Re: Problem with python 2.6 and running web2py

2018-06-23 Thread Anthony
> > The only walkaround I can imagine is to downgrade web2py to a release > compatible with python 2.6. > You could try web2py 2.14.6. If it's a relatively low traffic site, you might consider using the web2py built-in server. Anthony -- Resources: - http://web2py.com -

[web2py] Re: Problem with python 2.6 and running web2py

2018-06-23 Thread Girolamo Giudice
Thank you, Anthony, for the clarification. I would like to deploy a web app in a VM (I have very limited privileges) with Red Hat 7 (python 2.6 installed) + apache + mod wsgi. I was able to install python 2.7. Problem is that mod wsgi was compiled with python 2.6 but web2py requires python 2.7

[web2py] Re: Problem with python 2.6 and running web2py

2018-06-23 Thread Anthony
web2py no longer supports Python 2.6 (the website should be updated to reflect this). The line in question includes a dictionary comprehension, which was introduced in Python 2.7. Anthony On Saturday, June 23, 2018 at 10:34:45 AM UTC-4, Girolamo Giudice wrote: > > Dear all, > I am getting