Explorar el Código

Python 3 is not supported

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@35202 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa hace 16 años
padre
commit
02eb28ff98
Se han modificado 2 ficheros con 3 adiciones y 2 borrados
  1. 2 1
      REQUIREMENTS.html
  2. 1 1
      gui/wxpython/README

+ 2 - 1
REQUIREMENTS.html

@@ -145,7 +145,8 @@ module)<br>
 <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

+ 1 - 1
gui/wxpython/README

@@ -6,7 +6,7 @@ $Date$
 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)