Hi,
I am trying to use arcpy python module in a fme 32bits startup python script but I got the error:
Python Exception <ImportError>: No module named arcpy
I have change the Python Interpreter to C:\\Python27\\python27.dll which I suppose its correct because ArcGIS used that python to install its stuff and its a python 32bits.
If I run python from a command line, I can import arcpy.
As I am on Windows, I suspect there is something wrong with my environment variables, but I cant find information about this issue.
Anyone can help me with this? Thank you a lot!