[Pythonmac-SIG] Re: Couple of issues with Unix Python on Mac

Bob Savage bobsavage@mac.com
Sun, 27 Jan 2002 15:45:55 -0600


on 1/27/02 1:51 PM, Jack Jansen wrote:

> if someone really really wants the functionality of
> PythonInterpreter in MachoPython it shouldn't be more than a 200
> line Python program to get the functionality.

Or you could save the following into a file called "Python
Interpreter.term". Double click on it and you have a windowed Python
interpreter! :) (Note, it might be that the text editor you used to create
the file tries to claim ownership of the file (crator nd type), in which
case you will need to change it with "Show Info" -> "Open with Application"
in the Finder (set it to Terminal.app).

Best,

Bob

---- cut ----
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist SYSTEM
"file://localhost/System/Library/DTDs/PropertyList.dtd">
<plist version="0.9">
<dict>
    <key>WindowSettings</key>
    <array>
        <dict>
            <key>AutoFocus</key>
            <string>YES</string>
            <key>Autowrap</key>
            <string>YES</string>
            <key>Bell</key>
            <string>YES</string>
            <key>BlinkCursor</key>
            <string>YES</string>
            <key>Columns</key>
            <string>80</string>
            <key>CursorShape</key>
            <string>0</string>
            <key>CustomTitle</key>
            <string>Python Interpretor</string>
            <key>DisableAnsiColors</key>
            <string>NO</string>
            <key>DoubleBold</key>
            <string>YES</string>
            <key>ExecutionString</key>
            <string>python; exit</string>
            <key>FontHeightSpacing</key>
            <string>1</string>
            <key>FontWidthSpacing</key>
            <string>1</string>
            <key>IsMiniaturized</key>
            <string>NO</string>
            <key>Keypad</key>
            <string>NO</string>
            <key>Meta</key>
            <string>-1</string>
            <key>NSFixedPitchFont</key>
            <string>Monaco</string>
            <key>NSFixedPitchFontSize</key>
            <real>1.000000e+01</real>
            <key>Rows</key>
            <string>24</string>
            <key>SaveLines</key>
            <string>10000</string>
            <key>Scrollback</key>
            <string>YES</string>
            <key>Shell</key>
            <string>/bin/tcsh</string>
            <key>ShellExitAction</key>
            <string>2</string>
            <key>SourceDotLogin</key>
            <string>NO</string>
            <key>StrictEmulation</key>
            <string>NO</string>
            <key>TerminalOpaqueness</key>
            <real>8.500000e-01</real>
            <key>TextColors</key>
            <string>0.949 0.769 0.042 0.000 0.000 0.000 0.934 0.222 0.103
0.934 0.222 0.103 0.000 0.000 0.000 0.949 0.769 0.042 0.185 0.222 0.372
0.344 0.120 0.311 </string>
            <key>TitleBits</key>
            <string>1</string>
            <key>Translate</key>
            <string>YES</string>
            <key>WinLocULY</key>
            <string>747</string>
            <key>WinLocX</key>
            <string>342</string>
            <key>WinLocY</key>
            <string>0</string>
        </dict>
    </array>
</dict>
</plist>