Skip to content

CEF Python 56.1 for Windows / Linux / Mac

Compare
Choose a tag to compare
@cztomczak cztomczak released this 20 Mar 13:21
· 399 commits to master since this release

Installation

You can install with pip. On Linux pip 8.1+ is required. You can also download packages for offline installation that are attached to this GitHub release.

pip install cefpython3==56.1

Support matrix

OS Py2 Py3 32bit 64bit Requirements
Windows 2.7 3.4 / 3.5 / 3.6 Yes Yes Windows 7+
Linux 2.7 3.4 / 3.5 / 3.6 Yes Yes Debian 7+ / Ubuntu 12.04+
Mac 2.7 3.4 / 3.5 / 3.6 No Yes MacOS 10.9+

Changes and notes for this Release

  • Many thanks to ClearChat Inc. for sponsoring v55/v56 releases for all platforms
  • Initial unified release for all platforms / pythons / architectures (#335)
  • Chromium version 56.0.2924.76 (#276)
  • Python 3 support (#121)
  • 64-bit support on Windows (#316)
  • 32-bit support on Linux (#327)
  • Provide default implementation for js and file dialogs on Linux (#241)
  • Fix 'BadWindow' x11 errors in wxpython.py example (#334)
  • Fix segmentation fault during release of shared request context (#333)
  • Fix Browser references living forever which could cause issues when exiting app (#330)
  • See Milestone v56 for all issues related with this release
  • Upstream CEF prebuilt binaries for this release are available in release tagged v56-upstream