Skip to content

Support for Python 3.5 #183

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
laravelbook opened this issue Oct 20, 2015 · 3 comments
Closed

Support for Python 3.5 #183

laravelbook opened this issue Oct 20, 2015 · 3 comments
Milestone

Comments

@laravelbook
Copy link

cefpython should provide support for Python 3.5

@cztomczak cztomczak added this to the Python 3 milestone Jan 26, 2016
cztomczak added a commit that referenced this issue Sep 17, 2016
Add hello_world.py example (#207).

Update to Cython 0.24.1 (#110).

Test with Python 3.4.5 (#121) on Ubuntu 14.04 by running
the hello_world.py example. No other examples were run,
so there still may be bugs.

Expose new funcs in the cefpython module: CreateBrowser, ExceptHook,
GetAppPath.

Add --fast flag to compile.py for faster build time of the cefpython
module. Don't use it for building official binary distrib.
@cztomczak
Copy link
Owner

Experimental Python 3 support was added in commit 6f0d9b3.

Tested with Python 3.5.2 as well and works fine with the hello_world.py example running on Linux.

cztomczak added a commit that referenced this issue Sep 18, 2016
Improve shutting down cleanly with ExceptHook.

Fix issue with str/bytes passed to Debug() function (#110).
@cztomczak
Copy link
Owner

Python 3 beta release for Linux: https://github.com/cztomczak/cefpython/releases/tag/v53.1

@cztomczak
Copy link
Owner

Any further updates for both Python 3.4 and 3.5 will occur in Issue #121.

@cztomczak cztomczak added this to the v53 milestone Feb 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants