Opened 11 years ago
Closed 11 years ago
#41977 closed defect (fixed)
py-robotframework-ride: doesn't even start under wxPython 3.0
Reported by: | mojca (Mojca Miklavec) | Owned by: | jyrkiwahlstedt |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | py-robotframework-ride |
Description (last modified by mojca (Mojca Miklavec))
The port py-robotframework-ride
doesn't even want to start under wxPython 3.0.0.0:
> ride.py-2.7 Wrong wxPython version. You need to install wxPython 2.8 or 2.9 toolkit with unicode support to run RIDE. See http://wxpython.org for more information.
On top of it the build fails on 10.6 and building py26-robotframework-ride
fails on the buildbot because there is no py26-wxpython-3.0
. See also #40297 (and #40333).
Change History (4)
comment:1 Changed 11 years ago by mojca (Mojca Miklavec)
Description: | modified (diff) |
---|
comment:2 Changed 11 years ago by mojca (Mojca Miklavec)
comment:3 Changed 11 years ago by jyrkiwahlstedt
Makes sense, I do the change soon(isn), meaning -ride will use on 2.8 for now (i.e. until the issue 888 is solved)
comment:4 Changed 11 years ago by jyrkiwahlstedt
Resolution: | → fixed |
---|---|
Status: | new → closed |
done in r115488
Note: See
TracTickets for help on using
tickets.
What do you think about simply depending on
py*-wxpython-2.8
now that it at least works on recent OS X? Even if it's GTK-based, at least it works.