Hi, > For sequence like behaviour, you must implement PySequenceMethods: > sq_length, sq_item, sq_add_item for example. thanks for that hint, i'll try that one. Best regards, Torsten.