Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| en:py_name [2018/10/27 13:19] – angelegt hlinke | en:py_name [2018/10/27 13:21] (aktuell) – hlinke | ||
|---|---|---|---|
| Zeile 3: | Zeile 3: | ||
| ====== Python Compatibility ====== | ====== Python Compatibility ====== | ||
| - | Standard Python scripts expect that the name of the script is available in the variable " | + | Standard Python scripts expect that the name of the script is available in the variable |
| + | <code Python> | ||
| + | " | ||
| + | </ | ||
| - | For the main script executed " | + | For the main script executed |
| + | <code Python>" | ||
| + | has to be | ||
| + | <code Python> | ||
| - | VEGASPython now sets for the script executed the variable " | + | VEGASPython now sets for the script executed the variable |
| + | <code Python>" | ||
| + | to | ||
| + | <code Python> | ||
| + | |||
| + | as it is expected by standard Python Scripts. | ||