Hello,
I execfile some script from another script like below
i = 5
execfile(script)
script uses i
Running script standalone as well as running script through pychecker is not possible because script expects i
I still need to run script through pychecker.
I must do that from the calling script.
How?
Many thanks,