Re: [Pythonmac-SIG] lists and accessors
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?
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') > ==