[Python-checkins] python/dist/src/Mac/OSX Extras.ReadMe.txt,1.1,1.2
jackjansen@users.sourceforge.net
jackjansen@users.sourceforge.net
2003年6月28日 17:24:14 -0700
Update of /cvsroot/python/python/dist/src/Mac/OSX
In directory sc8-pr-cvs1:/tmp/cvs-serv17348
Modified Files:
Extras.ReadMe.txt
Log Message:
Slight clarification on running the examples from the Finder.
Index: Extras.ReadMe.txt
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/OSX/Extras.ReadMe.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Extras.ReadMe.txt 19 Jun 2003 22:35:20 -0000 1.1
--- Extras.ReadMe.txt 29 Jun 2003 00:24:12 -0000 1.2
***************
*** 6,9 ****
Some examples can be run from within the PythonIDE, but many will require
! that you start them from the command line, or supply command-line arguments
! by holding down the "alt" key when double-clicking them.
--- 6,12 ----
Some examples can be run from within the PythonIDE, but many will require
! that you start them from the command line or with PythonLauncher. In the
! latter case, you can supply any needed command line arguments by holding
! the "alt" key while dragging the script to PythonLauncher (or while
! double-clicking the script, if PythonLauncher is set as the default application
! to open Python scripts with).