how to pychecker recursively

Neal Norwitz neal at metaslash.com
Thu Feb 20 18:30:57 EST 2003


On Thu, 20 Feb 2003 12:35:56 -0500, juandomin wrote:

> We are trying to compile python code using pychecker and we are finding
> problems when there are errors in imported files, because the error
> location and explanation are too bad. We would like that pychecker told
> us at least the error file and line. Is this possible? If not, is there
> any other possibility to do a recursive syntax checking?

I don't know what it would take to modify pychecker.  Philip Lindsay
started a patch, but I think there were problems with it.

You can use the compileall.py module in the standard library otherwise.

Neal




More information about the Python-list mailing list