在Django项目上安装extdirect的问题

时间:2018-08-15 11:02:10

标签: python django extjs

我在python 3.6中安装了django项目,我想使用extjs 6进行服务器和客户端交互。

作为基础,我接受了用户“ k0smita”-https://www.sencha.com/forum/showthread.php?130149-Samples-Examples-for-ExtJS-4-0-and-Django撰写的文章。

创建并配置了django项目之后,我使用pycharm添加了extdirect.django软件包。 在settings.py文件中,INSTALLED_APPS添加了“ extdirect.django”,并且在启动应用程序时,首先产生错误

  

模块未安装“装饰器”。

要解决此问题,我安装了decorators软件包,现在出现错误:

  

ImportError:无法导入名称“远程处理”。

在requirements.txt文件中,我具有以下内容:

decorators == 0.1.1
Django == 1.11.15
extdirect == 0.4
extdirect.django == 0.3
pytz == 2018.5

为什么在我的项目上安装了装饰器包时会出现错误“ ImportError:无法导入名称'remoting'”?

0 个答案:

没有答案