Archive for the 'Programming' Category

Python IDLE with “new” division on OS X

2004-10-05 22:08

(Deutscher Text siehe separater Artikel)
Kamen got the book Python für Kids. To enable him to use the book on OS X, I wanted to setup the Python environment on the Mac as on the PC: Install IDLE and, to hide the differences between integer and floating point math, configure to use the new division.
Installing IDLE [...]

Python für Kids auf dem Macintosh

2004-10-05 22:08

Im Gegensatz zu PCs ist bei OS X Python bereits vorinstalliert. Leider fehlt jedoch ausgerechnet IDLE, so dass trotzdem noch etwas zu tun bleibt.
Installationsanleitung für IDLE (von PythonMac FAQ abgekupfert):

Tcl/Tk Aqua herunterladen und installieren
MacPython herunterladen und installieren (für OS X 10.3 sind das die MacPython Panther Addons)
Das Programm PackageManager im Ordner /Programme/MacPython-2.3 starten
Im PackageManager _tkinter [...]