[Python-Dev] Help with inotify

"Martin v. Löwis" martin at v.loewis.de
Thu Oct 27 20:01:40 CEST 2005


Neal Becker wrote:
> Any ideas?  I'd rather not have to trace through python if I could avoid it
> (I don't even have source installed here).

Use strace, then. Find out what precise system call gives you this
error. If this is not enough clue, post the relevant fragment of the
trace output. Usage would be

strace -o muell python test_notify.py
(look into the file muell afterwards)

Regards,
Martin


More information about the Python-Dev mailing list