1.问题描述:
环境:Slicer 4.7.0 Windows7 64bit 用Slicer提供的ExtensionWizard模块创建extension,经过CMAKE、VisualStudio编译,添加到Slicer中。 每次打开Slicer,Python Interactor都会报这个错。
2.SlicerForum开发者的建议
https://discourse.slicer.org/t/when-i-add-module-path-unexpected-errors-have-occured-no-module-named/999/11
3.暂时处理
更改了路径,将Extension路径放置在D:/MyExtension下 初步认为Windows操作系统对路径名的限制。