Can not import copy_reg

三世轮回 提交于 2019-12-02 01:04:47

For future reference:

Most often you should clear the cache and sessions. Use the appadmin interface to have a gui for this. This solved the issue for me more than once.

Sessions are pickled files which might lead to these problems. For example if you synchronize between different platforms, python versions and maybe sometimes even between upgrades on web2py (though i'm not certain on the latter).

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!