Script
The application comes bundled with a minimal version of Python which enables the user to run basic Micromine Python scripts and use the Python framework. Advanced users may want to install extra Python modules to increase the power and the flexibility of scripting. This will require a complete install of the official Micromine Python distribution. The application will scan the computer at start-up and will use the installed Micromine Python distribution if it is available and is compatible with the application.
Note that the application does not guarantee compatibility with all external Python modules as they may not be suitable to be used within the Micromine embedded python framework.
The following code will print all the search paths that Python will use to locate the modules it needs (if you are using the Micromine Python environment, the path will be <INSTALL_FOLDER>/python/lib):
print(sys.path)
The following page explains how to install the complete Python distribution and suggests some extra Python modules:
https://extras.micromine.com.au/ProductMicromineService/PythonScriptingMM2024.asp