Skip to content

CEF Python v66.1 for Windows with Python 3.8 / 3.9 support

Latest
Compare
Choose a tag to compare
@cztomczak cztomczak released this 16 Feb 20:15
· 3 commits to master since this release

Installation

You can install the pypi/cefpython3 package using the pip tool. You can also download packages for offline installation that are attached in this release. The command to install with pip is:

pip install cefpython3==66.1

Support matrix

OS Py2 Py3 32bit 64bit Requirements
Windows 2.7 3.4 / 3.5 / 3.6 / 3.7 / 3.8 / 3.9 Yes Yes Windows 7+ (Note that Python 3.9 supports Windows 8.1+)

Thank you to the sponsor

Thank you to Fivestars Loyalty, Inc. for sponsoring this release.

fivestars360

Changes and notes for this release

  • Support Python 3.8 and Python 3.9 (#546, #593, #594).
  • Update int range detection for Python 3 (#603).
  • Fix issues with urls containing special characters (#384). Backward compatibility break.
  • Add snippets in the "examples/snippets/" directory.
  • Add PySide2 support in the qt.py example (#438).
  • Update kivy_.py example to support Windows and Mac (#573)
  • Update the pysdl2.py example to support Python 3 (#543).
  • Fix tkinter focus issues on Windows (#535).
  • Fix focus issues in qt.py example (#404).
  • Fix Request.GetPostData() throwing UnicodeEncodeError (#517).
  • Fix V8ContextHandler.OnContextCreated and OnContextReleased never being called (#484).
  • Fix crash when setting a cookie with invalid domain (#459).
  • Update screenshot.py example. Disable GPU acceleration and add performance enhancing switches in OSR. (#463).
  • Fix maximize/restore events in tkinter_.py example.
  • Fix the bug of loading shared libraries. (#561).
  • Fix pango library wrong include path (hb.h: No such file or directory) (#589).
  • Fix pyinstaller 4.0 compatibility.
  • Update automate.py to add --use-ccache, --proprietary-codecs and --cef-git-url options (#474, #475, #483).