DjangoUeditor icon indicating copy to clipboard operation
DjangoUeditor copied to clipboard

求支持py3

Open mo0feng opened this issue 9 years ago • 5 comments

求支持py3

mo0feng avatar Mar 24 '15 07:03 mo0feng

报这样的错误 在 File "C:\Python33\lib\site-packages\DjangoUeditor\models.py", line 4, in ImportError: No module named 'widgets'

mo0feng avatar Mar 24 '15 09:03 mo0feng

同求啊,安装也遇到这问题

istommao avatar Apr 14 '15 09:04 istommao

后续修改的地方有 1,urls.py 增加一个'.' from .views import get_ueditor_controller 2,views.py 文本替换 except Exception,E --> except Exception as E

ghost avatar May 05 '15 02:05 ghost

https://github.com/twz915/DjangoUeditor3 我在改进以兼容Python3,现在上传图片还有些问题

twz915 avatar Aug 14 '15 09:08 twz915

已经做了django1.10的兼容 支持python3和python2双版本 https://github.com/wsqy/DjangoUeditor

wsqy avatar Nov 27 '16 07:11 wsqy