Re: [Pythonmac-SIG] lists and accessors

2010-07-10 Thread Georg Seifert
Hi Ronald, Thanks for your response. I did tried this: class PathNodesProxy (object): def __init__(self, owner): self._ower = owner def __getitem__(self, i): print "__getitem__", i ret

[Pythonmac-SIG] py-Appscript broken with FileMaker 11?

2010-07-10 Thread John Jackson
I recently upgraded FileMaker to version 11, and discovered that my python-based application that relies on appscript to control a FileMaker database has broken. If I use appscript to ask FileMaker 10 to tell me about the application class, I get this: fm10.help('-t application') > ==