[Python] syntax check for python?

larry price laprice at gmail.com
Fri Feb 2 09:36:07 PST 2007


http://pychecker.sourceforge.net/

you can turn on warnings in the interpreter, but I don't think you can
use the interpreter to check the code without running it



On 2/2/07, Rob Hudson <rob at euglug.net> wrote:
> Is there a way to syntax check a .py file without actually running it?
>
> I know Perl has perl -c.
> I know PHP has php -l.
>
> What does Python have?
>
> Thanks,
> Rob
> _______________________________________________
> Python mailing list
> Python at euglug.org
> http://www.euglug.org/mailman/listinfo/python
>


More information about the Python mailing list