I did not just discard it, I spent a day working through the issues. I have a virtual box that I have installed Centos 5.8 on. I start with a clean install and apply the script.
With the changes I spoke of in my previous emails I got web2py starting but issuing a ticket. The error was a failure to import module. Googling this I found out it was sqlite3 not installed. I tried installing sqlite3, but python2/7 did not see it. At this point I decided to give up as I have no need for python2.7. Python2.6 is fine for me. I think that when I was developing the script I had the same problem and this is why I used python2.6 The script I attached in my previous email is your script but with python set to be 2.6. I tested this and it works. So we have a working script. If someone else wants to work on a script for python 2.7 this is fine by me. I think it saves a lot of people time if anyone submitting a script tests it on a bare operating system install. This is what I have done. Peter On Thursday, 2 August 2012 13:37:44 UTC+1, Alan Etkin wrote: > > > Python2.7 causes problems, eg no sqlite > > I have web2py apps working both with sqlite and postgresql databases in > the CentOS 5.8 host with Python 2.7.3 > > What other issues were detected? Would you please provide links or other > info related to this problems? That could help improve the script also > instead of simply discarding it. > > --