[Python-Dev] Help with inotify (original) (raw)
"Martin v. Löwis" martin at v.loewis.de
Thu Oct 27 20:01:40 CEST 2005
- Previous message: [Python-Dev] Help with inotify
- Next message: [Python-Dev] Help with inotify
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] Help with inotify
- Next message: [Python-Dev] Help with inotify
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]