#238: Have Swilena be compatible with (also) Python 2.6 (and greater) -------------------------+-------------------------------------------------- Reporter: levill_r | Owner: Olena Team Type: enhancement | Status: new Priority: major | Milestone: Component: Swilena | Version: 1.0 Keywords: | -------------------------+-------------------------------------------------- Swilena does not work with Python 2.6 (and probably greater versions). Swig seems to generates wrappers correctly, and they compile fine, but tests fail at run time.
There may have been changes in Python's API between versions 2.5 and 2.6 (perhaps iterators?). Investigate.
#238: Have Swilena be compatible with (also) Python 2.6 (and greater) --------------------------+------------------------ Reporter: levill_r | Owner: Olena Team Type: enhancement | Status: closed Priority: major | Milestone: Olena 2.1 Component: Swilena | Version: 2.0 Resolution: fixed | Keywords: --------------------------+------------------------ Changes (by levill_r):
* status: new => closed * version: 1.0 => 2.0 * resolution: => fixed * milestone: => Olena 2.1
Comment:
Fixed in 04402f0a (« Get rid of `ltihooks' in Swilena. »); closing.