Pychecker

Okko Willeboordse trash at willeboordse.demon.nl
Fri Dec 15 12:47:52 EST 2006


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,



More information about the Python-list mailing list