but the result is still the truncated (useless) dictionary;
ASDictionary 0.13.1 also produces the same result
Same result here.
is there something i'm missing, or is this workaround not possible
in Lion?
It is also not working on Leopard.
alternatively, if anyone has created such a term
i am sending commands to FileMaker Pro 12 Advanced via py-appscript on OS X
10.7.4; i'm getting the same behavior noted in a thread from July 2010 —
specifically, AppleScript can use terms from the app's dictionary normally, but
py-appscript gets a truncated dictionary that is apparently the Coc
Dear list,
I'm trying to create a simple document-based app in Python and Cocoa. I'm
not using PyObjC but another library called "cocoapy" (
http://code.google.com/p/cocoa-python/source/browse/). So far I really like
but I ran into one issue. When I write the app in Objective C it works but
when I