Open GoogleCodeExporter opened 9 years ago
[deleted comment]
[deleted comment]
[deleted comment]
[deleted comment]
To compile with Python 3.4 it is required to update Cython to version 0.20 (or
later) which added support for CPython 3.4 [1]. Issue 110 needs to be fixed
first.
[1]
https://github.com/cython/cython/blob/deb348795f79342843e692358140ea4581985635/C
HANGES.rst#020-2014-01-18
Original comment by czarek.t...@gmail.com
on 31 Jul 2014 at 8:41
[deleted comment]
[deleted comment]
In Makefiles thare are defined includes like -I/usr/include/Python2.7. To
enable compilation for both 2.7 and 3.4 we will have to introduce flags like
--py27 --py34 which will set appropriate include paths based on Python version.
Another issue reported by Alex is in compile.py script: raw_input() is no more
available in Python 3, use input() instead.
Original comment by czarek.t...@gmail.com
on 17 Jan 2015 at 2:37
Is there any update about python 3?
I hope we can have it soon.
Thanks.
Original comment by mese1...@gmail.com
on 3 May 2015 at 11:13
I'm also looking forward for a Py3 build.
Original comment by omp...@gmail.com
on 21 Jul 2015 at 8:15
Original issue reported on code.google.com by
czarek.t...@gmail.com
on 8 Apr 2014 at 9:10