There is a small bug on proteus/Context.py on the line 107 on the word contextOptionsDit The fix is: ContextOptions = recordtype("ContextOptions", contextOptionsDict.iteritems()) Regards