标签: python python-imaging-library packages
我正在尝试使用显式包引用打开图像
import PIL image = PIL.Image.open(file_path)
不幸的是,有时会抱怨
AttributeError: module 'PIL' has no attribute 'Image'
关键在于其他脚本以这种方式为我工作。
更新
打印PIL.__file__会导致相同的异常(但对于属性__file__)。
PIL.__file__
__file__
在调试器中看到PIL显示
PIL