For using inotify from Python, I've used pyinotify; it seems to be a bit more mature:
http://pypi.python.org/pypi/pyinotify/0.9.1 There's also inotifyx: http://pypi.python.org/pypi/inotifyx/0.1.1 On Oct 12, 8:15 pm, Kent Tenney <[email protected]> wrote: > On my short list of "things to look into real soon" > > "This module uses the Inotify interface provided by the linux kernel. > This makes it easy to watchout for events on a lot of files" > > http://pypi.python.org/pypi/inotify/0.0.1 > -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en.
