From: Kevin A. <ka...@us...> - 2006-08-12 17:17:41
|
Update of /cvsroot/pythoncard/PythonCard/docs/html In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8245/docs/html Modified Files: faq.html Log Message: updated py2exe link and added py2app link on standalones Index: faq.html =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/docs/html/faq.html,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** faq.html 1 Oct 2004 00:00:45 -0000 1.13 --- faq.html 12 Aug 2006 17:17:38 -0000 1.14 *************** *** 41,45 **** 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> or Gordon McMillan's installer. On Mac OS X, you can use <a href="http://www.python.org/moin/BundleBuilder">BundleBuilder</a> to make standalones. The minimalStandalone sample includes example scripts for all of them.</p> <p>Q. How can I make the Return key act like the Tab key in a field, so that pressing Return navigates to the next component?<br /> --- 41,45 ---- A. Yes</p> <p>Q. Can I build standalone executables?<br /> ! A. Yes, using <a href="http://www.py2exe.org/">py2exe</a> or Gordon McMillan's installer. On Mac OS X, you can use <a href="http://undefined.org/python/#py2app">py2app</a> to make standalones. The minimalStandalone sample includes example scripts for all of them.</p> <p>Q. How can I make the Return key act like the Tab key in a field, so that pressing Return navigates to the next component?<br /> |