The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| cefpython3-66.1-py2.py3-none-win32.whl | 2021-02-16 | 65.2 MB | |
| cefpython3-66.1-py2.py3-none-win_amd64.whl | 2021-02-16 | 69.0 MB | |
| cefpython3_66.1_win64.zip | 2021-02-16 | 69.9 MB | |
| cefpython3_66.1_win32.zip | 2021-02-16 | 66.1 MB | |
| CEF Python v66.1 for Windows with Python 3.8 _ 3.9 support.tar.gz | 2021-02-16 | 975.5 kB | |
| CEF Python v66.1 for Windows with Python 3.8 _ 3.9 support.zip | 2021-02-16 | 1.4 MB | |
| README.md | 2021-02-16 | 2.1 kB | |
| Totals: 7 Items | 272.5 MB | 2 | |
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.
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]).