On Mar 31, 2005, at 01:56, Kent Johnson wrote:
Mike Hall wrote:I looked over the global module index and the closest thing I could find relating to my os (osx) was EasyDialogs, which has a few functions pertaining to this, "AskFileForOpen()" being one. Calling any function within EasyDialogs however yields an Apple Event error:
AE.AEInteractWithUser(50000000)
MacOS.Error: (-1713, 'no user interaction is allowed')
It's been too long since I used Python on MacOSX, but IIRC you can't just run a Python GUI program from the shell. Or something like that...you should ask this one on the python-mac SIG mailing list:
http://www.python.org/sigs/pythonmac-sig/
Kent
You have to launch your script with pythonw, not with python.
-- Max
maxnoel_fr at yahoo dot fr -- ICQ #85274019
"Look at you hacker... A pathetic creature of meat and bone, panting and sweating as you run through my corridors... How can you challenge a perfect, immortal machine?"
_______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor