On Tuesday 07 March 2006 15:13, John D. Ramsdell wrote:
When information flows only from the audit search program to a
Python
program, one can connect the two via a pipe,
At this point, I am thinking about library API.
If we want to be scripting language neutral, we should use SWIG.
This is what we do for audit-libs-python package. I was planning to extend
that to accommodate the new library. My real question is can Python use
structures returned by C? Or does it need data broken down into ints and
chars?
-Steve