Skip to main content
Question

Geting the error: Python Exception: No module named ldap

  • August 29, 2018
  • 2 replies
  • 455 views

juliusngeh
Contributor
Forum|alt.badge.img+1

I have a Python Script within Python Caller that keeps through import error as: Python Exception <ImportError>: No module named ldap.

Can anyone help with how to get around this?

Thank you

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

danilo_fme
Celebrity
Forum|alt.badge.img+51
  • Celebrity
  • August 29, 2018

Hi @juliusngeh

This error is because doen'st has the module Idap imported in your FME.

You can check this link Install Modules into FME

Thanks,

Danilo


steveatsafe
Safer
Forum|alt.badge.img+13
  • Safer
  • September 4, 2018
@juliusngeh Did you get past this issue? I think it may be due to a missing module as Danilo has mentioned.