gpt4 book ai didi

python - 隐藏 Unresolved 导入错误

转载 作者:行者123 更新时间:2023-11-28 21:28:10 26 4
gpt4 key购买 nike

我使用适用于 Eclipse 的 Python 插件:Linux 上的 PyDev,我正在编写一个跨平台应用程序。

在这个应用程序中,我有以下几行代码:

try :
from win32com.shell import shellcon, shell
appdata_path = shell.SHGetFolderPath(0, shellcon.CSIDL_APPDATA, 0, 0)
except :
appdata_path = os.environ['APPDATA']

PyDev 显示 2 个错误:

Unresolved import: shell
Unresolved import: shellcon

出现这些错误是因为我的系统上没有安装 pywin32 扩展,我无法安装它,因为有 windows 扩展,没有 linux。

它有办法隐藏或忽略(仅)这些错误吗?

谢谢

最佳答案

在失败的导入行上单击 Ctl + 1 并选择@UnresolvedImport error

或者手动,像这样:

import Afailure #@UnresolvedImport

关于python - 隐藏 Unresolved 导入错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8872956/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com