@@ -39,13 +39,14 @@ wxPython
3939Version 2.8.12.1 of wxPython __ was the last for the 2 series.
4040Together with version 3.0.2, they are called the wxPython Classic.
4141
42- The current version of wxPython is 4.0.7.post2 and was called wxPhoenix.
42+ The current recommended version of wxPython is 4.0.7.post2 and was called wxPhoenix.
43+ RIDE is not fully compatible with newest wxPython 4.1.
4344
4445RIDE on Python 2.7 still runs with any version of those Classic or wxPhoenix.
4546On Python 3.6+, only wxPhoenix is supported (and in the future we will only
4647support those).
4748
48- **VERSION 1.7.4.1 IS THE LAST RELEASE SUPPORTING PYTHON 2.7 AND WXPYTHON <3.0.3 **
49+ **VERSION 1.7.4.2 IS THE LAST RELEASE SUPPORTING PYTHON 2.7 AND WXPYTHON <3.0.3 **
4950
5051**wxPython will be updated to current version 4.0.7.post2 **
5152
@@ -71,7 +72,7 @@ Example::
7172
7273
7374It is highly recommended, if you want to program with wxPython to download and
74- run its ``demo ``.
75+ run its ``demo ``. We need your programming skils on this project, talk with Hélio Guilherme.
7576
7677__ https://wxpython.org
7778
@@ -99,12 +100,7 @@ There is also a shell script (requiring customization for your environment).
99100It allows to run the test files stopping when errors are found.
100101Example::
101102
102- ./test_all.sh 3 utest/namespace # to test with python3 and namespace dir
103-
104- or::
105-
106- ./test_all.sh # all utests with default python2
107-
103+ ./test_all.sh utest/namespace # to test with python3 and namespace dir
108104
109105Contributing
110106============
@@ -194,7 +190,7 @@ Creating distributions
194190 pip install --pre --upgrade robotframework-ride
195191
196192
197- * Announce on usergroup, robot homepage, slack, and twitter
193+ * Announce on usergroup, robot homepage, forum, slack, and twitter
198194
199195
200196Settings migration
0 commit comments