我正在使用ITKPython, 我的代码在* .py格式的PyCharm中运行良好,但是通过PyInstaller创建了独立的* .exe文件后,发生了以下错误:
Traceback (most recent call last):
File “RSG_V_0.py”, line 27, in <module>
File “site-packages\itkExtras.py”, line 449, in imread
File “site-packages\itkLazy.py”, line 40, in getattribute
AttributeError: ‘LazyITKModule’ object has no attribute ‘ImageFileReader’
[29316] Failed to execute script RSG_V_0
请您告诉我解决这类问题的方法。 顺便说一句,我已经用一个简单的print.py测试了我的PyInstaller,实际上PyInstaller在没有ITK过滤器的情况下可以正常工作。
谢谢 新浪