python-pidfile icon indicating copy to clipboard operation
python-pidfile copied to clipboard

Results 7 python-pidfile issues
Sort by recently updated
recently updated
newest added

This may be user error vs. a bug, but if so maybe a documentation update could be made to explain what I'm doing wrong? ``` import pidfile import sys import...

Hello, I tried on raspberry pi 3B+ and it didn't work. Even if I can see the process the pid file is not created. Could the problem be created by...

Can't we have versions for linux and windows separate... in my env i am not allowed to compile things, and i dont need psutil

Exception: ``` File "... /pidfile/pidfile.py", line 29, in is_running cmd1 = psutil.Process(pid).cmdline()[0] IndexError: list index out of range ``` This occurs when process been killed, with pidfile not removed... Then...

It would be very helpful if you could tag releases. This would enable distributions which want to run your tests to fetch the package from GitHub instead of Pypi, where...

Sometimes when someone writes a single process application, he may want to provide an option to kill the process who is already. In other words, developers want to terminate the...

Under Windows os.kill terminates the process regardless of the signal value. Was this tested under Windows?