git-svn-id: https://svn.osgeo.org/grass/grass/trunk@55466 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -146,7 +146,7 @@ Ctypes can be added as a third-party module in Python 2.3 and 2.4
<a href="http://docs.python.org/library/ctypes.html">http://docs.python.org/library/ctypes.html</a>
</li>
-<li><b>wxPython >= 2.8.1.1</b> (for wxGUI)<br>
+<li><b>wxPython >= 2.8.10.1</b> (for wxGUI)<br>
<a href="http://www.wxpython.org">http://www.wxpython.org</a>
@@ -8,7 +8,7 @@ $Date$
GRASS GIS >= 6.4
Python >= 2.4 (Python 3 not supported)
Python ElementTree (only for Python 2.4)
- wxPython >= 2.8.1.1
+ wxPython >= 2.8.10.1
NumPy >= 1.0.4
@@ -44,7 +44,7 @@ def CheckForWx():
if 'wx' in sys.modules.keys():
return
- minVersion = [2, 8, 1, 1]
+ minVersion = [2, 8, 10, 1]
try:
import wxversion