From: Kevin A. <ka...@us...> - 2004-08-14 21:21:36
|
Update of /cvsroot/pythoncard/PythonCard/docs/html In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19788 Modified Files: faq.html Log Message: updated links Index: faq.html =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/docs/html/faq.html,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** faq.html 26 Jul 2004 15:35:31 -0000 1.9 --- faq.html 14 Aug 2004 21:21:28 -0000 1.10 *************** *** 28,37 **** <p>Q. Have any programs been written with PythonCard?<br /> A. Yes. For a list of the samples that have been built with PythonCard ! and some screenshots of them in action go to the <a href="samples.html">samples page</a>. A description of each sample is included in the readme.txt file in each sample directory.</p> <p>Q. Do I need to know Python to use PythonCard?<br /> A. Yes. We've added a <a href="learning_python.html">Learning Python</a> page to get you started.</p> <p>Q. What do I need to use PythonCard?<br /> ! A. Python 2.2.1 or higher and wxPython 2.4.1.2 or higher.</p> <p>Q. What Operating Systems are supported?<br /> A. PythonCard runs on every platform that both Python and wxPython are --- 28,37 ---- <p>Q. Have any programs been written with PythonCard?<br /> A. Yes. For a list of the samples that have been built with PythonCard ! and some screenshots of them in action go to the <a href="samples/samples.html">samples page</a>. A description of each sample is included in the readme.txt file in each sample directory.</p> <p>Q. Do I need to know Python to use PythonCard?<br /> A. Yes. We've added a <a href="learning_python.html">Learning Python</a> page to get you started.</p> <p>Q. What do I need to use PythonCard?<br /> ! A. Python 2.3 or higher and wxPython 2.5.2.7 or higher.</p> <p>Q. What Operating Systems are supported?<br /> A. PythonCard runs on every platform that both Python and wxPython are *************** *** 39,46 **** Linux GTK, and Solaris</p> <p>Q. Does PythonCard run on Macintosh OS X?<br /> ! A. Yes. There are still display issues and other bugs, but it does work. ! This <a href="http://wiki.wxpython.org/index.cgi/wxPythonOSX_20Issues">wiki page</a> ! has more information and is kept up to date as improvements are made. You ! should also join the <a href="http://www.wxpython.org/maillist.php">wxpython-mac mailing list</a>.</p> <p>Q. Can I build standalone executables?<br /> A. Yes, using <a href="http://starship.python.net/crew/theller/py2exe/">py2exe</a> and Gordon McMillan's installer. The minimalStandalone --- 39,43 ---- Linux GTK, and Solaris</p> <p>Q. Does PythonCard run on Macintosh OS X?<br /> ! A. Yes</p> <p>Q. Can I build standalone executables?<br /> A. Yes, using <a href="http://starship.python.net/crew/theller/py2exe/">py2exe</a> and Gordon McMillan's installer. The minimalStandalone |