From: Kevin A. <ka...@us...> - 2004-08-14 21:25:55
|
Update of /cvsroot/pythoncard/PythonCard/docs/html In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20288 Modified Files: faq.html Log Message: added BundleBuilder Index: faq.html =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/docs/html/faq.html,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** faq.html 14 Aug 2004 21:21:28 -0000 1.10 --- faq.html 14 Aug 2004 21:25:46 -0000 1.11 *************** *** 41,46 **** 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 ! sample includes example scripts for both.</p> <p>Q. Where is the home page?<br /> A. <a href="http://pythoncard.sourceforge.net/">http://pythoncard.sourceforge.net/</a></p> --- 41,46 ---- 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. Where is the home page?<br /> A. <a href="http://pythoncard.sourceforge.net/">http://pythoncard.sourceforge.net/</a></p> |