pychecking current source file in pythonwin

Mark Hammond mhammond at skippinet.com.au
Tue Aug 5 19:20:05 EDT 2003


Henrik Weber wrote:

> Hi.
> 
> I have tried to add pychecker as an extension to pythonwin. Now I can
> have pychecker check the source file that is currently open in the
> editor with a single keypress. If someone is interested, here is how
> to do it:

Cool.  Would you be interested in sending me a patch file?  This makes 
it much easier for me to integrate properly.

> The script should write something like "pychecker is checking your
> source" into the status bar, but I haven't found out how to do that
> yet. Maybe some helpful soul can help out with that.

win32ui.SetStatusText(message, True)

Mark.





More information about the Python-list mailing list