Skip to content

CEF Python 53.1 Beta (Python 2.7 / 3.4 / 3.5 - Linux only)

Pre-release
Pre-release
Compare
Choose a tag to compare
@cztomczak cztomczak released this 20 Sep 17:57
· 11 commits to cefpython53 since this release

Python 3 note: examples that were tested with python 3 are hello_world.py and gtk.py (new, available only in repo sources), and also unit tests.

For PyQt4/PySide examples see this comment (tested with python 2.7).

Changes in this Release:

  • Update to Chrome 53.0.2785.101 / CEF 3.2785.1481.gc3a7e2c.
  • Add Python 3.4 / 3.5 support (#121)
  • Add image representation of drag & drop data in OSR (#251)
    • Update Kivy example
    • Add DragData.GetImage() and HasImage() methods, see API docs.
    • Add Image object and its methods to get image either as bitmap or png,
      see API docs.