Hi everyone,
I was trying to build the alsaaudio/pyalsa module for Python 3.
I converted the Python sources with 2to3, afterwards gcc fails to build
the module pyalsacontrol.c:
pyalsa/alsacontrol.c:184:6: error: ‘struct pyalsacontrol’ has no member
named ‘ob_type’
I could not not find any definition of "ob_type".
Has anyone solved this problem?
Regards,
Ck