in reply to Re^3: Proper usage of Inline::Python
in thread Proper usage of Inline::Python

Yeah, I've had to expand it a bit more, since some of the function calls return Iterables which I::P doesn't seem to have automagic for yet. I've basically just wrapped the function to return it as a list. I'll see if I can find a basic test case and file a bug for it.