Installation - MapInfo_Pro - 2023

MapInfo Pro Help

Product type
Software
Portfolio
Locate
Product family
MapInfo
Product
MapInfo > MapInfo Pro
Version
2023
ft:locale
en-US
Product name
MapInfo Pro
ft:title
MapInfo Pro Help
First publish date
1985
ft:lastEdition
2023-09-12
ft:lastPublication
2023-09-12T16:39:16.995000

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:
  1. numpy

  2. scipy

  3. seaborn

  4. pandas

  5. matplotlib

  6. osgeo (Access to GDAL library with MapInfo EFAL driver for NativeX format)

  7. ptvsd (Python Tools for Visual Studio debug server)

  8. 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