Skip to main content
Question

Why is there no fmeobjects.pyd file corresponding to the Python version in the FME 2024.2.1 installation directory?

  • March 19, 2025
  • 4 replies
  • 139 views

cooki_977
Contributor
Forum|alt.badge.img+3

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

4 replies

hkingsbury
Celebrity
Forum|alt.badge.img+64
  • Celebrity
  • March 20, 2025

cooki_977
Contributor
Forum|alt.badge.img+3
  • Author
  • Contributor
  • March 20, 2025

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


cooki_977
Contributor
Forum|alt.badge.img+3
  • Author
  • Contributor
  • March 20, 2025

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


hkingsbury
Celebrity
Forum|alt.badge.img+64
  • Celebrity
  • March 23, 2025

Are you importing fmebootstrap before fmeobjects?

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