[PyQt] Log viewer file change notification
Mailing List SVR
lists at svrinformatica.it
Sat Nov 14 20:22:34 GMT 2009
You can use pyinotify (http://trac.dbzteam.org/pyinotify) or inotifyx
(https://launchpad.net/inotifyx) if you cannot use gpl code,
Nicola
In data venerdì 13 novembre 2009 19:14:40, Christian Aubert ha scritto:
: > I'm using the logging module to keep a log instead of messy print
> statements users don't want to see. I set up a log viewer but right now
> users must press an "update" button to get the latest log file
> displayed. Is there any way to get a file change notification so I can
> update the log display on the fly?
>
> Christian
> _______________________________________________
> PyQt mailing list PyQt at riverbankcomputing.com
> http://www.riverbankcomputing.com/mailman/listinfo/pyqt
>
More information about the PyQt
mailing list