Skip to content

CEF Python 55.4 for Windows (Python 2.7 32-bit only)

Compare
Choose a tag to compare
@cztomczak cztomczak released this 21 Feb 15:35
· 5 commits to cefpython55 since this release

Many thanks to ClearChat Inc. for sponsoring this release.

This release was removed from PyPI due to cleanup in pip releases (#329). You can install it using files attached to this GitHub release.

Changes in this Release:

  • Initial Windows release of latest v55+ (#294)
  • See changelogs for all the previous Linux releases on GitHub to see all changes that were made since the last v31.2 Windows release. See also the Migration Guide and Tutorial documents (still under works) in the docs/ folder.
  • Only Python 2.7 32-bit is currently supported. To support Python 3 it will be required to update build tools/ and .vcproj files.
  • New cross-platform tools created that will facilitate building and testing cefpython in the future: build.py, build_module.py, make_installer.py, run_examples.py (#299, #210)
  • If you want to build it yourself on Windows then read module doc comments in build.py and in automate.py tools
  • DragData methods become Linux-only: GetImage(), HasImage(). This functionality will be available on all platforms when patch is merged into upstream (#251).

Notes on examples:

  • Examples provided with this release: hello_world.py, gtk2.py, gtk3.py, tkinter_.py, qt.py (pyqt, pyside) and wxpython.py