Komodo Pyflakes
From splike.com
To run pyflakes from Komodo Edit, setup:
- Tools, Run Command
- Run: "/opt/python2.6/bin/pyflakes %F"
- check 'add to toolbox'
- expand "More >>"
- Start in: "%p"
- Parse output with: "^(?P<file>.+?):(?P<line>\d+):(?P<content>.*)$"
- check 'Show parsed output as list'
- optionally set PYTHONPATH as environment var (e.g. if using virtualenv,
- click Run
- in toolbox, right-click on new pyflakes tool, choose Properties
- Key Binding tab
- enter new shortcut key sequence
- hit OK