From: William K. V. <wk...@us...> - 2005-06-04 03:01:56
|
Hello, I've been playing with Rlib for a couple of days and been successful at getting some quick reports done. One problem I noticed was that rlib_get_output was not working when images were included in reports. Although it appears that the python interface was originally done with SWIG I didn't find the interface files. My hope is that you've only used SWIG to get the initial interface done and that moving forward, changes would be made by editing the python.c file. Is that correct? If so I would be willing to spend some time cleaning up the python interface and perhaps making it more "pythonic". Anyway the fix to get_output was trivial, patch attached. Thank you, William. |