Christopher Barker wrote:

If you mean the Mac-specific stuff, most of that is pretty well deprecated,

Deprecated, largely unmaintained, often buggy and/or obsolete, and completely gone as of Python 3:

http://docs.python.org/dev/3.0/


However, OS-X really is a very different (and better) beast than the old MacOS, so I think you're better off using PyObjC to do Cocoa stuff, or sticking with Cross-platform libraries like wxPython.


PyObjC, py2app and appscript certainly make me a happy bunny.

And don't forget there's a complete Unix environment with various OS X additions hiding beneath the surface as well, e.g.:

        import subprocess
        subprocess.call(['say', 'hello world'])


HTH

has
--
Control AppleScriptable applications from Python, Ruby and ObjC:
http://appscript.sourceforge.net

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to