Am 05.12.2006 um 09:44 schrieb Anders Persson: > Hi! > > I try to learn my son Development using Python. > I have found that drPython was a great enviroment and easy for him to > understand. > > Is't a problem running om Macintosh OS/X i have to start on > commandline, > OS/X > dosen't understand when i clicked on the drPython.py files. > > I have found this is same for all pythonfiles on OS/X, does somone know > how a > tell a OS/X system that .py means run Python. >
Try to right click (Ctrl + Klick) and open it with PythonLauncher. I don't know if that is installed with a stock python but I think so. If that is working you can get the Info panel of that file (Apple + i) and select PythonLauncher in the "open with" section… HTH Markus _______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
