Skip to content

CEF Python 55.1 for Linux (Python 2.7 / 3.4 / 3.5 / 3.6)

Pre-release
Pre-release
Compare
Choose a tag to compare
@cztomczak cztomczak released this 28 Oct 15:26
· 21 commits to cefpython55 since this release

This is Chrome beta channel.

This release was removed from PyPI due to cleanup in pip releases (#329). You can install it using files attached to this GitHub release.

Changes in this Release:

  • Update to Chrome 55.0.2883.21 (beta channel) and CEF 3.2883.1506.ga6c42a7 (#263)
  • Add support for Python 3.6 (#121)
  • Fix "undefined symbol: PyFPE_jbuf" when importing cefpython's Python 2.7 .so module (#266)

Notes on examples:

  • Examples provided with this release: hello_world.py, gtk2.py, tkinter_.py and kivy_.py
  • For PyQt4/PySide examples see this comment (tested with python 2.7)