No os.getppid() on Windows

Issue #4 resolved
Petar Maric created an issue

Dogslow is failing on Windows as [[https://bitbucket.org/evzijst/dogslow/src/f7eaf6eb2d5b/dogslow/init.py#cl-115|it's calling os.getppid()]] which isn't available on Windows [[http://hg.python.org/cpython/rev/5d73b036573b/|until Python 3.2]]

Comments (8)

  1. Erik van Zijst repo owner

    You might want to reconsider silencing the original exception

    It should log the exception there. Are you not seeing it in your logs? I can't let the exception fall through, as that would kill the background thread.

  2. Petar Maric reporter

    Pardon me, seems my logging configuration was a bit off. Please ignore the part about silencing.

  3. Log in to comment