= PyChecker =
Summary: {{{cd trunk/robot/PyCode/; pychecker [filenames]}}}
!PyChecker is a tool that can be used to check Python files before you execute them, so that way you can fix errors before you actually run into them on the dog (where you'll get weird and cryptic behaviours and noises instead).
{{{
pychecker *.py
pychecker somefile.py
}}}