CEF Python v56.2
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.2
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
- Complete Tutorial doc (#256)
- Complete Migration guide doc (#293)
- Support wxPython 4.0 in the wxpython.py example (#348, #349, #350)
- Support wxPython 3.0 in the wxpython.py example on Linux (all platforms now supported) (#349)
- Fix false positives by Anti-virus software on Windows (#342)
- Support setting window title in hello_world.py example (#339)
- Do not call client handlers nor javascript bindings in DevTools windows (#344)
- Fix page printing in hello_world.py and tkinter_.py examples on Linux (#340)
- Fix race condition in gtk2.py example (#347)
- Fix: ApplicationSettings.debug option causing GUI stuttering on Windows 10 when calling Python functions from JS (#277)
- Fix logging of command line string for child processes (#351)
- See Milestone v56 for all issues related with this release
- Upstream CEF prebuilt binaries for this release are available in release tagged v56-upstream