Skip to main content
Solved

Default loaded Python modules?


townest
Contributor
Forum|alt.badge.img+4

1) I am looking for a list of modules that come default with FME 2020.2 install.

2) What is the default directory for python and python modules?

Thank you,

Tyler

FME2020.2

 

Best answer by rahulsharma

Hi @townest​ 

FME Python directory is located here FME_HOME\\python ( so on my machine its C:\\Program Files\\FME_2020.2\\python)

View original
Did this help you find an answer to your question?

4 replies

rahulsharma
Safer
Forum|alt.badge.img+10
  • Safer
  • Best Answer
  • March 17, 2021

Hi @townest​ 

FME Python directory is located here FME_HOME\\python ( so on my machine its C:\\Program Files\\FME_2020.2\\python)


townest
Contributor
Forum|alt.badge.img+4
  • Author
  • Contributor
  • March 17, 2021
rahulsharma wrote:

Hi @townest​ 

FME Python directory is located here FME_HOME\\python ( so on my machine its C:\\Program Files\\FME_2020.2\\python)

Thank you.


debbiatsafe
Safer
Forum|alt.badge.img+20

Hi @townest​ 

You should be able to use the pip list functionality to get a list of modules that comes with an FME install.

In Windows Command Prompt, enter (substitute <FME_HOME> for the FME install directory ): 

<FME_HOME>\fme.exe python -m pip list

Note the output does not include the Python standard library.


townest
Contributor
Forum|alt.badge.img+4
  • Author
  • Contributor
  • March 17, 2021
debbiatsafe wrote:

Hi @townest​ 

You should be able to use the pip list functionality to get a list of modules that comes with an FME install.

In Windows Command Prompt, enter (substitute <FME_HOME> for the FME install directory ): 

<FME_HOME>\fme.exe python -m pip list

Note the output does not include the Python standard library.

Great.  That was part one of the question.  I'll give that a go.  Thank you.


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings