VEGASPython

Python Compatibility

Standard Python scripts expect that the name of the script is available in the variable

"__name__".

For the main script executed

"__name__"

has to be

 "__main__"

VEGASPython now sets for the script executed the variable

"__name__"

to

 "__main__"

as it is expected by standard Python Scripts.


Andere Sprachen
QR-Code
QR-Code en:py_name (erstellt für aktuelle Seite)