-
-
Notifications
You must be signed in to change notification settings - Fork 475
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
Milestone
Comments
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.
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).
Python 3 beta release for Linux: https://github.com/cztomczak/cefpython/releases/tag/v53.1 |
Any further updates for both Python 3.4 and 3.5 will occur in Issue #121. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cefpython should provide support for Python 3.5
The text was updated successfully, but these errors were encountered: