Good day all, Ok, here is my next dilemma. Python function calls my extension (written in C) that then calls a third party library function that returns a c struct. How do I return that c struct back to the calling Python function ? Again, thanx to all help which is appreciated. - Jim