Skip to content

CEF Python 54.0 for Linux (Python 2.7 / 3.4 / 3.5)

Compare
Choose a tag to compare
@cztomczak cztomczak released this 19 Oct 08:56
· 4 commits to cefpython54 since this release

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 54.0.2840.59 and CEF 3.2840.1494.g7fe3d03
  • There are two known issues with this release:
    • GTK 3 example doesn't work (#261)
    • libcef.so is stripped from symbols (#262)
  • There are changes that break backward compatibility, see list at the end.

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).

Changes in API that break backward compatibility:

  • Add resonse param in RequestHandler.OnResourceRedirect, see API docs
  • Remove WOD_SUPPRESS_OPEN constant (WindowOpenDisposition enum in
    LifespanHandler.OnBeforePopup)