CEF Python v57.1 for Windows
This release fixes some issues on Windows, including High DPI support. Version v57.1 is released only for Windows. See also v57.0 release which is available for all platforms.
Installation
You can install pypi/cefpython3 package using pip tool. Command to install with pip:
pip install cefpython3==57.1
If you get an error when importing the cefpython3 package on Windows then see this section in the Knowledge Base document: ImportError: DLL load failed (Windows).
Support matrix
OS | Py2 | Py3 | 32bit | 64bit | Requirements |
---|---|---|---|---|---|
Windows | 2.7 | 3.4 / 3.5 / 3.6 | Yes | Yes | Windows 7+ |
Changes and notes for this release
- Fix High DPI support on Windows (Issue #358). See changes in Migration Guide document.
- Add new setting ApplicationSettings.app_user_model_id (Issue #395). This option is to resolve Windows 10 taskbar pinning issues.
- Add PyInstaller example (Issue #135)
- Create screenshot.py example (Issue #287)
- Add cef.PostDelayedTask function (Issue #61)