Python 3.7.6 x64 is installed with MapInfo Pro in the installation directory in the Python37 folder. MapInfo Pro uses the PythonNet implementation to interact with the Python environment and allow interop between .NET and Python.
Python installation bundled with MapInfo Pro has the following modules pre-loaded:
EFAL is installed with MapInfo Pro in the installation directory in the EFAL folder.Install Additional Python modules:-
numpy
-
scipy
-
seaborn
-
pandas
-
matplotlib
-
osgeo (Access to GDAL library with MapInfo EFAL driver for NativeX format)
-
ptvsd (Python Tools for Visual Studio debug server)
-
mi_py_debugger (Custom module enable debugging of python script in MapInfo Pro)
To install additional python modules, open the script prompt.bat in %INSTALLDIR%\Python37 folder and execute the following command:
python -m pip install module_name