Simon Blondieau
Simon Blondieau
I have the exact same issue here: The code posted above does not work with the latest version (0.13.5) -> only the on_press event is triggered when using both on_press...
Not sure if this repo is dead or not but I have the exact same issue on Raspbian 10 + Python 3.7
> > Not sure if this repo is dead or not but I have the exact same issue on Raspbian 10 + Python 3.7 > > Try my fork, I...
I had the same issue and it was indeed resolved thanks to @Kani999 's advice by adding a MANIFEST.in file near setup.py with the following content: ```recursive-include netbox_access_lists/templates *```