Hello, I heavily rely on bindings in my App. When I bind values to an empty dictionary (which I intend to fill later) I get an error:

An instance 0x4ddce80 of class OC_PythonDictionary is being deallocated while key value observers are still registered with it.  Break on _NSKVODeallocateLog to start debugging.

I guess pyobjc releases an empty dict. When I bind the dict to a NSObjectController, the error is gone. I guess it's being retained then. Is there a nicer way to keep it retained?

Koen

Attachment: smime.p7s
Description: S/MIME cryptographic signature

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
sqlobject-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to