I am a new student at IDMIL, and I am trying to use webmapper on a Windows system.
I first installed libmapper-max by placing version 2.4.1's "Mapper" file in my Max packages. I also made sure to put the liblo, libmapper and zlib dll files in Program Files/Cycling 74'/Max 8. I then installed webmapper and its requirements using pip.
However, when I run webmapper.py and arrive on the webapp created in localhost, it does not detect any of my mpr devices I created on Max (a simple 'mpr.device test' object). I tryed debugging in webmapper.py, and it seems like the on_device callback is simply never being called.
For info I am on Max 8.6.2. Would someone know what could be causing this ?