为什么在尝试导入装饰器时出现此错误?

时间:2020-08-24 13:57:52

标签: python python-3.x decorator python-decorators django-2.2

尝试导入装饰器时出现错误。当我运行python3 manage.py runserver时,错误是:

ImportError:无法从中导入名称“ allowed_users” 'accounts.decorators' (/home/stela/Documents/ProjectsPython/crm/accounts/decorators.py)**

我正在尝试导入:from .decorators import unauthenticated_user, allowed_users, admin_only

当我将其悬停时,会显示

模块中没有名称'unauthenticated_user' 'accounts.decorators'pylint(模块中没有名称)

allowed_usersadmin_only相同。

我通过python3 install decorators安装了装饰器,但是它一直向我显示此错误。有人遇到同样的问题,对此有什么解决方案?

我具有python的64位版本(与我的计算机匹配),并且我正在使用3.8.2版

0 个答案:

没有答案