DjangoUeditor
是基于/Python2.7/的,对/Python3/的支持有问题
- 在/github/下载DjangoUeditor3并安装
- 也可以在码云仓库搜索/DjangoUeditor3/
- 如果之前安装过,那么就要卸载
pip uninstall DjangoUeditor
否则报错:
from widgets import UEditorWidget,AdminUEditorWidget
ImportError: No module named ‘widgets’
DjangoUeditor
是基于/Python2.7/的,对/Python3/的支持有问题
pip uninstall DjangoUeditor
否则报错:
from widgets import UEditorWidget,AdminUEditorWidget
ImportError: No module named ‘widgets’
本文标题:python3xadmin版本bug,没有 widgets模块解
本文链接:https://www.haomeiwen.com/subject/gdrgdhtx.html
网友评论