PythonCard FAQ (Frequently Asked Questions) Q. What is PythonCard? A. PythonCard is designed to be an application development framework for use by everybody. Its purpose and goal is ease of use and increasing productivity. From the first time developer to the veteran coder who knows a dozen languages, PythonCard is designed to allow you to quickly and easily design and build fully functioning applications with a graphical user interface. Q. What is the similarity between PythonCard and HyperCard? A. The PythonCard project is using HyperCard for inspiration. The first goal is to produce a framework. We already have runtime tools (Message Watcher, Property Editor, Shell) and a layout editor (resourceEditor sample), but we don't have an environment yet. You can use the resourceEditor sample to build layouts for your applications. Q. Have any programs been written with PythonCard? A. Yes. For a list of the samples that have been built with PythonCard and some screenshots of them in action go to: http://pythoncard.sourceforge.net/samples/samples.html A description of each sample is included in the readme.txt file in each sample directory. Q. Do I need to know Python to use PythonCard? A. Yes. We've added a Learning Python page to get you started. Q. What do I need to use PythonCard? A. Python 2.2.1 or higher and wxPython 2.4.1.2 or higher. Q. What Operating Systems are supported? A. PythonCard runs on every platform that both Python and wxPython are available for. This includes Windows 95/98/ME/NT/2000/XP, Mac OS X, Linux GTK, and Solaris Q. Does PythonCard run on Macintosh OS X? A. Yes. There are still display issues and other bugs, but it does work. The following wiki page has more info: http://wiki.wxpython.org/index.cgi/wxPythonOSX_20Issues You should also join the wxpython-mac mailing list http://www.wxpython.org/maillist.php Q. Can I build standalone executables? A. Yes, using py2exe and Gordon McMillan's installer. The minimalStandalone sample includes example scripts for both. Q. Where is the home page? A. http://pythoncard.sourceforge.net/ Q. Where can I download PythonCard? A. http://sourceforge.net/project/showfiles.php?group_id=19015 Q. Where is the mailing list? A. http://lists.sourceforge.net/lists/listinfo/pythoncard-users Q. Where is the CVS? A. http://sourceforge.net/cvs/?group_id=19015 --------------------------------------------------------------- Revision: $Revision: 1.8 $ Date: $Date: 2003/07/18 19:26:49 $