[GRASS-SVN] r35205 - in grass/branches/releasebranch_6_4: .
gui/wxpython
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Jan 4 12:46:13 EST 2009
Author: martinl
Date: 2009-01-04 12:46:13 -0500 (Sun, 04 Jan 2009)
New Revision: 35205
Modified:
grass/branches/releasebranch_6_4/REQUIREMENTS.html
grass/branches/releasebranch_6_4/gui/wxpython/README
Log:
Python 3 is not supported
Modified: grass/branches/releasebranch_6_4/REQUIREMENTS.html
===================================================================
--- grass/branches/releasebranch_6_4/REQUIREMENTS.html 2009-01-04 17:42:37 UTC (rev 35204)
+++ grass/branches/releasebranch_6_4/REQUIREMENTS.html 2009-01-04 17:46:13 UTC (rev 35205)
@@ -150,7 +150,8 @@
<li><B>FreeType2</B> (for TrueType font support and d.text.freetype)<br>
<a href="http://www.freetype.org">http://www.freetype.org</a>
-<li><B>Python</B> (for new wxPython GUI and SWIG interface)<br>
+<li><B>Python >= 2.4</B> (for new wxPython GUI and SWIG interface)<br>
+Note: Python 3 is not supported<br>
<a href="http://www.python.org">http://www.python.org</a>
<li><B>wxPython >= 2.8.1.1</B> for wxPython-based GUI (see file
Modified: grass/branches/releasebranch_6_4/gui/wxpython/README
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/README 2009-01-04 17:42:37 UTC (rev 35204)
+++ grass/branches/releasebranch_6_4/gui/wxpython/README 2009-01-04 17:46:13 UTC (rev 35205)
@@ -6,7 +6,7 @@
1 - REQUIREMENTS
GRASS GIS >= 6.3
- Python >= 2.4
+ Python >= 2.4 (Python 3 not supported)
wxPython >= 2.8.1.1
swig >= 1.3.31 (required only for vector digitizer)
More information about the grass-commit
mailing list