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