On Thursday, March 22, 2018 at 3:26:31 PM UTC-4, Richard wrote: > > Take care if you run your app under python 3... It a no way back because > pickled object format change and you can't cleanly revert this change > back... Try it with a copy of your app. >
Of course it is a good idea to back up your app before making any changes, but I wouldn't say there is "no way back." Files that contain pickled objects are the *.table database migration files, session files, and error tickets. It is easy to generate a new set of *.table files by setting fake_migrate_all=True, and session files and error tickets are generally ephemeral anyway. Anthony -- 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]. For more options, visit https://groups.google.com/d/optout.

