On 2 Aug 2012, at 6:32 AM, peter <peterchutchin...@gmail.com> wrote: > 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. >
sqlite3 has been part of the Python standard library since 2.5. --