Update of /cvsroot/pythoncard/PythonCard
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5186
Modified Files:
README.txt about.py
Log Message:
updated requirements to Python 2.3 and wxPython 2.5.2
Index: about.py
===================================================================
RCS file: /cvsroot/pythoncard/PythonCard/about.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** about.py 22 Apr 2004 19:49:31 -0000 1.2
--- about.py 16 Aug 2004 01:57:23 -0000 1.3
***************
*** 44,48 ****
http://lists.sourceforge.net/lists/listinfo/pythoncard-users
! PythonCard requires Python 2.3 or later and wxPython 2.5.1.1 or later.
"""
dialog.scrolledMessageDialog(parent, txt, aboutTitle)
--- 44,48 ----
http://lists.sourceforge.net/lists/listinfo/pythoncard-users
! PythonCard requires Python 2.3 or later and wxPython 2.5.2.7 or later.
"""
dialog.scrolledMessageDialog(parent, txt, aboutTitle)
Index: README.txt
===================================================================
RCS file: /cvsroot/pythoncard/PythonCard/README.txt,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** README.txt 8 Apr 2004 21:07:35 -0000 1.8
--- README.txt 16 Aug 2004 01:57:23 -0000 1.9
***************
*** 21,25 ****
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/
License
--- 21,25 ----
http://lists.sourceforge.net/lists/listinfo/pythoncard-users
! PythonCard requires Python 2.3 or later and wxPython 2.5.2.x or later. wxPython is available at http://www.wxpython.org/
License
|