From: Kevin A. <ka...@us...> - 2004-08-18 06:59:21
|
Update of /cvsroot/pythoncard/PythonCard/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3690/docs Modified Files: readme.txt Log Message: added templates dir to setup.py and modified minimum requirements Index: readme.txt =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/docs/readme.txt,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** readme.txt 8 Apr 2004 21:07:35 -0000 1.14 --- readme.txt 17 Aug 2004 23:27:40 -0000 1.15 *************** *** 23,37 **** http://lists.sourceforge.net/lists/listinfo/pythoncard-users ! PythonCard requires Python 2.2.1 or later and wxPython 2.4.x or later. wxPython is available at http://www.wxpython.org/ - For more information about the wxPython port for Mac OS X, see the wiki page: - http://wiki.wxpython.org/index.cgi/PythonCardOnMac - and join the wxpython-mac mailing list: - http://lists.wxwindows.org/mailman/listinfo/wxpython-mac - - PyCrust - PyCrust by Patrick K. O'Brien is required by PythonCard, but is no longer included as part of the PythonCard releases since it is part of the wxPython distribution. Please visit the home page at - http://sourceforge.net/projects/pycrust/ Revision: $Revision$ --- 23,29 ---- http://lists.sourceforge.net/lists/listinfo/pythoncard-users ! PythonCard requires Python 2.3 or later and wxPython 2.5.2 or later. wxPython is available at http://www.wxpython.org/ Revision: $Revision$ |