>RoomConnections is a C structure. A python method returns a python object. It cannot >return a C structure. To do that you will need a wrapper extension type for >RoomConnections. Thanks for all your help. How to write such a wrapper extension?