Platforms: Mac
This module provides access to MacOS specific functionality in the Python interpreter, such as how the interpreter eventloop functions and the like. Use with care.
Note
This module has been removed in Python 3.x.
Note the capitalization of the module name; this is a historical artifact.
This exception is raised on MacOS generated errors, either from functions in this module or from other mac-specific modules like the toolbox interfaces. The arguments are the integer error code (the OSErr value) and a textual description of the error code. Symbolic names for all known error codes are defined in the standard module macerrors.
On Mac OS X the string is simply printed to stderr (on older Mac OS systems more elaborate functionality was available), but it provides a convenient location to attach a breakpoint in a low-level debugger like gdb.
Note
Not available in 64-bit mode.
Ring the bell.
Note
Not available in 64-bit mode.
Return the file creator and file type as two four-character strings. The file parameter can be a pathname or an FSSpec or FSRef object.
Note
It is not possible to use an FSSpec in 64-bit mode.
Set the file creator and file type. The file parameter can be a pathname or an FSSpec or FSRef object. creator and type must be four character strings.
Note
It is not possible to use an FSSpec in 64-bit mode.
Opens a splash screen by resource id. Use resourceid 0 to close the splash screen.
Note
Not available in 64-bit mode.
36.1. ic — Access to the Mac OS X Internet Config
36.3. macostools — Convenience routines for file manipulation
Enter search terms or a module, class or function name.