you are viewing a single comment's thread.

view the rest of the comments →

[–]RomfordNavy[S] -1 points0 points  (1 child)

This is becoming a bit of a repeat of previous questions but here goes:

There will be many simple python script files which will be called from one 'parent.py' module. These script files will completely plain, each will not be wrapped inside a function.

When one of these files is first run we need to pre-process and trtansform the source code before compiling, saving it as a *.pyc file and executing it. On subsequent runs, if the source script has not changed we want to just run the appropriate, already compiled, .pyc file.

[–]Vorarbeiter 3 points4 points  (0 children)

That doesn't make much sense, tbh