Most functions/modules will work. Some may require some code changes such as print in 2.7 is: 'print variable' But in 3.6 is a function as: 'print (variable)' Some module are deprecated or changed to different folders.... Depending on your needs. I did change to 3.6 with minimal changes to code.
On Mon, Dec 30, 2019, 14:43 António Ramos <[email protected]> wrote: > Hello i have my app on webfaction running with python 2.7.5. > Webfaction has python 3.5.9 installed. > Can i just start my app with python 3.5.9 ? > will it change any file that can destroy invalidate running it back again > with 2.7 in case something will break ? > > Regards > António > > -- > Resources: > - http://web2py.com > - http://web2py.com/book (Documentation) > - http://github.com/web2py/web2py (Source code) > - https://code.google.com/p/web2py/issues/list (Report Issues) > --- > You received this message because you are subscribed to the Google Groups > "web2py-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/web2py/CAEM0BxM1pp9WO_TAvawAp8qDUt%2BAfcaQ8ZqeALRK_RXL2WTCkw%40mail.gmail.com > <https://groups.google.com/d/msgid/web2py/CAEM0BxM1pp9WO_TAvawAp8qDUt%2BAfcaQ8ZqeALRK_RXL2WTCkw%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/web2py/CAAcHJF8W1sauA%3DmdDVuJb6J59yZ1johBowH_w%3Dp86Uj9QS%3DWeg%40mail.gmail.com.

