PyInotify icon indicating copy to clipboard operation
PyInotify copied to clipboard

An efficient and elegant inotify (Linux filesystem activity monitor) library for Python. Python 2 and 3 compatible.

Results 51 PyInotify issues
Sort by recently updated
recently updated
newest added

I have a complicated/large python program that is failing with an inotify exception when another error occurs. The problem is that in Inotify.__del__ it uses the logger to send a...

Hello, I am working on enabling inotify's tests on the Yocto project. In the project we directly fetch the source code from pypi (which you can see here: http://layers.openembedded.org/layerindex/recipe/308124/), however...

I'm using InotifyTree, but when I recreate a directory, it outputs "Path already being watched: /my/folder", and ignore all events about this folder.

PyInotify keeps track of watched files by path, but the kernel tracks them by inode and PyInotify doesn't update it's internal cache when a file is moved. Hence: #!/usr/bin/env python3...

If you do a superficial remove to invalidate the filename cache, you cannot later stop watching the inode. It would probably be better to just ignore the error. #!/usr/bin/env python3...

I'm specifically interested in the removal of "nose" as a dependency upon installation.

There are three failures - with 0.2.10 tag, same with 0.2.9: ``` spoke:PyInotify-0.2.9 $ ./test.sh test__cycle (tests.test_inotify.TestInotify) ... ok test__get_event_names (tests.test_inotify.TestInotify) ... ok test__international_naming_python2 (tests.test_inotify.TestInotify) ... SKIP: Not in Python...

Hi, I am using SunOS/Solaris (Oracle Solaris 11.4 SPARC/ SunOS 5.11) and unfortunately the library does not work ? The problem lies with ld.so. Can someone help me ? File...

This pull request adds a safer way to parse the `DEBUG` environment variable. Instead of only support integers to represent a boolean value, now its supports: True values are `y`,...

Use sudo -H to avoid change permissions on ~/.cache/pip of the non-root user