I see, and in fact, yes, I was surprised to see that it run OK on first try on python3.
Thought this is a little pulling it off, it would be nice if I could run the pycharm check code for webpy modules and get 0 warnings or errors. SO, I wonder, if you have a setup that "allow" this? El jueves, 22 de marzo de 2018, 16:53:19 (UTC-6), Anthony escribió: > > 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.

