-
- Downloads
changed pymod macro to compile python files
Instead of copying the python files to stage the pymod macro now compiles the python files and put the compiled version into stage. Compiling of the python files allows catching of syntax errors at the make step. In addition it speeds up module loading times for the first import.
Please register or sign in to comment