|
From: Kevin A. <ka...@us...> - 2006-08-07 00:16:56
|
Update of /cvsroot/pythoncard/PythonCard/docs/html In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27923/docs/html Modified Files: macosx_tiger_installation.html Log Message: tweaked PythonLauncher and Acid Test sections for 2.4 Index: macosx_tiger_installation.html =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/docs/html/macosx_tiger_installation.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** macosx_tiger_installation.html 6 Aug 2006 23:54:51 -0000 1.3 --- macosx_tiger_installation.html 7 Aug 2006 00:16:53 -0000 1.4 *************** *** 82,86 **** <p>The default install leaves .py and .pyw files associated with the Python IDE rather than PythonLauncher which is the app used to run Python scripts ! from the Finder. PythonLauncher is located in your Applications/MacPython-2.3 folder</p> <p>If you select a .py file you can choose Get Info from the File menu and then change the files to open with PythonLauncher instead of the IDE if you --- 82,86 ---- <p>The default install leaves .py and .pyw files associated with the Python IDE rather than PythonLauncher which is the app used to run Python scripts ! from the Finder. PythonLauncher is located in your Applications/MacPython 2.4 folder</p> <p>If you select a .py file you can choose Get Info from the File menu and then change the files to open with PythonLauncher instead of the IDE if you *************** *** 93,97 **** <h3>Acid Test</h3> <p>OK, now comes the acid test. Open the folder called "minimal" in ! <span class="code">/Library/Python/2.3/PythonCard/samples</span>. Find the icon labeled minimal.py and double-click it. In a few moments (after an operating system console window has appeared), a small window like the --- 93,97 ---- <h3>Acid Test</h3> <p>OK, now comes the acid test. Open the folder called "minimal" in ! <span class="code">/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/PythonCard/samples</span>. Find the icon labeled minimal.py and double-click it. In a few moments (after an operating system console window has appeared), a small window like the |