A clean install of Ubuntu, web2py, and/or Python? I did start with a clean install of both web2py and Python (compiled from source). The reason I'm "downgrading" (so to speak) to 2.5 is because I'm making an app that I wish to run on Google App Engine, and GAE runs Python 2.5.2, so I'd like to develop in the same environment so as to not run into any troubles down the line. I know that Ubuntu 11.04 comes with 2.6 and 2.7, so I had to install 2.5 separately.
The funny thing is, even if I run web2py with Python 2.6 or 2.7 (which worked flawlessly before), it no longer works, and displays the same error... Could it be something database related? More specifically, the error seems to be complaining about a certain db operation. Maybe it's not Python/web2py related at all? Thoughts? On Oct 6, 1:00 pm, pbreit <[email protected]> wrote: > I'd suggest starting over with a clean install if possible. Is there some > reason you are installing 2.5? If not, I'd avoid it and use what your server > comes with. > > I use Ubuntu 10.04 which is a "long term support" release and comes with > Python 2.6. But 11.04 should work fine, too.

