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 since it provides i
(and lots more actually)

Any ideas?

Thanks,
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to