roadlabs / cefpython

Automatically exported from code.google.com/p/cefpython
0 stars 0 forks source link

Support for Python 3.4 #121

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The last Py3 binaries available are for Python 3.2 which is outdated.

Original issue reported on code.google.com by czarek.t...@gmail.com on 8 Apr 2014 at 9:10

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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