Skip to main content

我在PyCharm中导入fmeobjects模块时,提示:ImportError: DLL load failed while importing fmeobjects: 找不到指定的模块。
PyCharm项目设置中我已将python解释器的路径添加了,但是我发现出现以上问题的根源在于FME 2024.2.1安装目录下的“fmeobjects”文件夹下没有对应python版本的fmeobjects.pyd文件,这是什么原因造成的?又该如何解决呢?

Have you followed through this?

https://support.safe.com/hc/en-us/articles/25407517933581-Use-PyCharm-as-FMEObjects-Python-IDE


已经参考过这个文章了,但是依然报错:ImportError: DLL load failed while importing fmeobjects: 动态链接库(DLL)初始化例程失败。 进程已结束,退出代码为 -1073741819 (0xC0000005)


ImportError: DLL load failed while importing fmeobjects: 动态链接库(DLL)初始化例程失败。 进程已结束,退出代码为 -1073741819 (0xC0000005)


Are you importing fmebootstrap before fmeobjects?

That’s a very important step that can be easy to miss