Watcher icon indicating copy to clipboard operation
Watcher copied to clipboard

Running watcher.py returns SyntaxError on Python 3.7.3

Open anuvc opened this issue 5 years ago • 2 comments

On running ./watcher.py start, python is returning the following SyntaxError:

  File "./watcher.py", line 62
    except OSError, e:
                  ^
SyntaxError: invalid syntax

Python version: 3.7.3 python-pyinotify version: 0.9.6 python-yaml version: 5.1

anuvc avatar Jul 18 '19 14:07 anuvc

I suppose it's time to update this package a bit :)

gregghz avatar Jan 06 '22 17:01 gregghz

I suppose it's time to update this package a bit :)

https://github.com/gregghz/Watcher/issues/26

jrubenc avatar Nov 20 '23 17:11 jrubenc