In the file pod_binding.py at line 409 there is small bug. A")" (closing brace) is missing in the if construct.
if (!NPVARIANT_IS_STRING(${input}) {
Should be
if (!NPVARIANT_IS_STRING(${input})) {
Can you please fix this issue?-Sucheta