Greetings,
I'm currently running into some confusing issues developing a pyobjc
application on Apple's MacOS 10.5 Leopard platform. I've tried
emailing Apple's developer mailing lists to no avail thus far, and was
hoping someone here might have some suggestions?
My problem is as follows:
Bill Janssen wrote:
> I'm trying to write this scrap of Applescript in Python appscript:
>
> on run
> tell application "Microsoft PowerPoint"
> set this_item to path of active presentation
> end tell
> set unix_item to POSIX path of this_item
> display dia