You are here: Sommaire > Plongez au coeur de Python > Installation de Python > Python sous Mac OS 9 | << >> | ||||
Plongez au coeur de PythonDe débutant à expert |
Mac OS 9 n'est fournit avec aucune version de Python, mais l'installation en est très simple.
Suivez ces étapes pour installer Python sous Mac OS 9 :
Téléchargez le fichier MacPython23full.bin depuis http://www.cwi.nl/~jack/macpython.php.
Si votre navigateur n'a pas décompressé le fichier automatiquement, double-cliquez MacPython23full.bin pour le décompresser avec Stuffit Expander.
Double-cliquez sur le programme d'installation, MacPython23full.
Suivez les étapes du programme d'installation.
Lorsque l'installation est terminée, fermez le programme d'installation et ouvrez le dossier /Applications.
Ouvrez le dossier MacPython-OS9 2.3.
Double-cliquez Python IDE pour lancer Python.
L'IDE MacPython devrait afficher un écran d'accueil, puis vous amener à l'interface interactive. Si l'interface n'apparaît pas, sélectionnez -> (Cmd-0). La fenêtre qui s'ouvre ressemblera à l'écran suivant :
Python 2.3 (#2, Jul 30 2003, 11:45:28)
[GCC 3.1 20020420 (prerelease)]
Type "copyright", "credits" or "license" for more information.
MacPython IDE 1.0.1
>>>
<< Python sous Mac OS X |
| 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | |
Python sous RedHat Linux >> |