I was playing around with Dataface for a few of my own projects, and I kept running into this error which puzzled me at first.
In my valuelist.ini file I had:
[Responses]
Yes = "Yes"
No = "No"
When I used this vocabulary for a particular widget, I was met with the error on the function parse_ini_file() I realized that the Yes word is actually reserved and shouldn't be used for a key in Dataface. Is there anyway around this?