Although the Python bindings are compiling correctly, when importing there is an error of:<div><br></div><div>"undefined: oval_object_probe"</div><div><br></div><div>Currently there are 3 you need to ignore by adding the following lines openscap.i (under <span class="Apple-style-span" style="font-family: Calibri, sans-serif; font-size: 15px; ">ifdef WANT_OVAL<span class="Apple-style-span" style="font-family: arial; font-size: small; ">):</span></span></div>
<div><br></div><div><p class="MsoNormal">%ignore oval_object_probe;</p><p class="MsoNormal">%ignore oval_definition_model_set_locked;</p>

<p class="MsoNormal">%ignore oval_syschar_model_get_sysdata;</p><p class="MsoNormal"><br></p><p class="MsoNormal">Then it seems to import. (I also use the "--enable-xccdf=no" when configuring... since the api is still in development).</p>
<p class="MsoNormal">I like the example tests provided in C, has anyone done any oval implementation examples in python?</p><p class="MsoNormal">~Ed</p></div>