You can run multiple Python versions and switch between them using Macports.
Here is a tutorial http://www.insomnihack.com/?p=421 Once you install the versions you want to run you switch between then running python_select python_select -l - Lists installed versions: Available versions: current none python23-apple python24 python25 python26 python27 python31 then python_select python?? to choose your version. On Feb 20, 3:34 pm, Jack315 <[email protected]> wrote: > Hello, > > I need help URGENTLY! > > How do I change the python version that web2py uses? I have 2.6.6 > installed on my computer, however web2py is using 2.5.1 > > PS I am using Mac OS X Snow Leopard > > Thanks, > > -- Jack

