Dear Maintainer,
When I start wminput, after I put the Wiimote in discoverable mode
wminput prints `ValueError: PyCapsule_GetPointer called with incorrect
name` and immediately exits.
I downloaded the source package and edited `python/Wiimote.c` to pass
NULL into PyCapsule_GetPointer instead of "dynamr", and that worked
when I built and installed it.
I don't know enough to know whether that's actually the correct
solution. I just tried passing in a different value for the parameter
that the error message said was wrong, and PyCapsule_GetName returned
null, so I passed null and it worked. That's the full extent of the
thought I put into it. Someone more knowledgeable than me should
figure out why the capsule's name isn't what was expected.