Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |
python:start [2025/08/10 22:28] – [Developing Python scripts for EasyMorph] dmitry | python:start [2025/08/10 22:31] (current) – [Developing Python scripts for EasyMorph] dmitry |
---|
| |
===== Developing Python scripts for EasyMorph ===== | ===== Developing Python scripts for EasyMorph ===== |
The "easymorph" Python module can (and should) be used when writing Python scripts outside EasyMorph. The module correctly detects the absence of the calling workflow and provides options for substituting workflow parameters and the input dataset with sample values for development and debugging. | The "easymorph" Python module can (and should) be used when writing Python scripts outside EasyMorph. The module gracefully handles the absence of a calling EasyMorph workflow, which is convenient for Python development in a standalone IDE. The module provides options for substituting workflow parameters and the input dataset with sample values for development and debugging without EasyMorph. |
| |
The "easymorph" module is located in the EasyMorph installation folder. Using the module without EasyMorph requires installing the module with the help of [[https://pythonwheels.com/|Python Wheels]] from the subfolder ''Python\dist'' in the EasyMorph installation folder. | The "easymorph" module is located in the EasyMorph installation folder. Using the module without EasyMorph requires installing the module with the help of [[https://pythonwheels.com/|Python Wheels]] from the subfolder ''Python\dist'' in the EasyMorph installation folder. |