[Pythonmac-SIG] Pyobjc ---- XCode development help ----- NSInternalInconsistencyException

2009-03-04 Thread Dario Traverso
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:

Re: [Pythonmac-SIG] appscript path issue

2009-03-04 Thread Bill Janssen
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