Hassan Aurag <aurag at crm.umontreal.ca> writes: >I have looked at the Types module code, and it really looks lengthy >for a four functions class. [...] >I am not calling this one indecent per se, but it's just too tough for >me! I think you may be confused. In pyorbit, the C module code is automatically generated by the pyidl compiler from your IDL definition. All you have to do is write an IDL file, compile it, and write the few lines of Python code to import the module and initialize the ORB and IDL handler object. -Michael Robinson