A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/cztomczak/cefpython/releases below:

Releases · cztomczak/cefpython · GitHub

Releases: cztomczak/cefpython

Releases · cztomczak/cefpython

CEF Python v66.1 for Windows with Python 3.8 / 3.9 support 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 CEF Python v49.0 for Windows with WinXP/Vista support A special release for legacy systems

This is a special release only for Windows for legacy systems such as Windows XP and Vista. This release includes Chromium 49.0.2623.110 which is the latest Chromium version that supports WinXP/Vista.

Installation

You can install pypi/cefpython3 package using pip tool. You can also download packages for offline installation available on this GitHub Release page. Command to install with pip:

pip --no-cache-dir install cefpython3==49.0

Please note that if you were previously installing cefpython3 package it is required to use the --no-cache-dir flag, otherwise pip will end up with error message No matching distribution found for cefpython3==49.0. This happens because 49.0 release occured after 57.0 and 66.0 releases.

Support matrix OS Py2 Py3 32bit 64bit Requirements Windows 2.7 3.4 Yes Yes Windows XP+ Thanks to the sponsor

Thanks to Fivestars Loyalty, Inc. for sponsoring this release. Please visit its website: https://www.fivestars.com/ .

Changes and notes for this release Known issues Upstream CEF v49 prebuilt binaries and libraries

With these upstream CEF prebuilt binaries and libraries you can build CEF Python from sources in less than 10 minutes. See the Build instructions document for details.

Prebult binaries and libraries were created according to build instructions with the automate.py script by running the automate.py --prebuilt-cef command.

Notes:

CEF Python v66.0 Installation

You can install pypi/cefpython3 package using pip tool. On Linux pip 8.1+ is required. You can also download packages for offline installation that are attached to this GitHub release. Command to install with pip:

pip install cefpython3==66.0
Support matrix OS Py2 Py3 32bit 64bit Requirements Windows 2.7 3.4 / 3.5 / 3.6 / 3.7 Yes Yes Windows 7+ Linux 2.7 3.4 / 3.5 / 3.6 / 3.7 Yes Yes Debian 8+, Ubuntu 14.04+,
Fedora 24+, openSUSE 13.3+ Mac 2.7 3.4 / 3.5 / 3.6 / 3.7 No Yes MacOS 10.9+ Thanks to the sponsor

Many thanks to Lampix for sponsoring this release. Lampix is the first hardware and software solution that turns any surface into a smart, augmented reality or interactive surface. Please visit its website here: https://lampix.com/

Changes and notes for this release Breaking changes that are described in details in Migration Guide document Read more Upstream CEF v66 prebuilt binaries and libraries

This release will be updated with new binaries with time.

Master branch is currently v66. There is no cefpython66 branch at the moment.

With these upstream CEF prebuilt binaries and libraries you can build CEF Python from sources in less than 10 minutes. See the Build instructions document for details.

Built according to build instructions with the automate.py script. On Windows and Mac binaries from Spotify Automated Builds ("Standard distribution") were used and then ran automate.py --prebuilt-cef. On Linux CEF was build from sources by running automate.py --build-cef.

LINUX NOTE: Linux binaries were built on Ubuntu 14.04 64-bit. These binaries contain libcef.so with minimal symbols so that you can debug CEF with gdb and get a meaningful stack trace. Currently cefpython v54-v66 and later distribution packages on PyPI and on GH releases ship a stripped version of libcef.so with no symbols at all (Issue #262). Download archive from this release and switch libcef.so in your already installed package to allow for debugging CEF.

CEF Python 66.0:

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

CEF Python v57.0

Installation

You can install pypi/cefpython3 package using pip tool. On Linux pip 8.1+ is required. You can also download packages for offline installation that are attached to this GitHub release. Command to install with pip:

pip install cefpython3==57.0

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+ Linux 2.7 3.4 / 3.5 / 3.6 Yes Yes Debian 7+ / Ubuntu 12.04+ Mac 2.7 3.4 / 3.5 / 3.6 No Yes MacOS 10.9+

Changes and notes for this release

Notable changes in upstream CEF:

Upstream CEF v57 prebuilt binaries and libraries

With these upstream CEF prebuilt binaries and libraries you can build CEF Python from sources in less than 10 minutes. See the Build instructions document for details.

Built according to build instructions with the automate.py script. On Windows and Mac binaries from Spotify Automated Builds ("Standard distribution") were used and then ran automate.py --prebuilt-cef. On Linux CEF was build from sources by running automate.py --build-cef.

LINUX NOTE: Linux binaries were built on Ubuntu 14.04 64-bit. These binaries contain libcef.so with minimal symbols so that you can debug CEF with gdb and get a meaningful stack trace. Currently cefpython v54 and later distribution packages on PyPI and on GH releases ship a stripped version of libcef.so with no symbols at all (Issue #262). Download archive from this release and switch libcef.so in your already installed package to allow for debugging CEF.

This release will be updated with new binaries with time.

CEF Python 57.0:

CEF Python v56.2

Installation

You can install with pip. On Linux pip 8.1+ is required. You can also download packages for offline installation that are attached to this GitHub release.

pip install cefpython3==56.2

Support matrix

OS Py2 Py3 32bit 64bit Requirements Windows 2.7 3.4 / 3.5 / 3.6 Yes Yes Windows 7+ Linux 2.7 3.4 / 3.5 / 3.6 Yes Yes Debian 7+ / Ubuntu 12.04+ Mac 2.7 3.4 / 3.5 / 3.6 No Yes MacOS 10.9+

Changes and notes for this Release

CEF Python 56.1 for Windows / Linux / Mac

Installation

You can install with pip. On Linux pip 8.1+ is required. You can also download packages for offline installation that are attached to this GitHub release.

pip install cefpython3==56.1

Support matrix

OS Py2 Py3 32bit 64bit Requirements Windows 2.7 3.4 / 3.5 / 3.6 Yes Yes Windows 7+ Linux 2.7 3.4 / 3.5 / 3.6 Yes Yes Debian 7+ / Ubuntu 12.04+ Mac 2.7 3.4 / 3.5 / 3.6 No Yes MacOS 10.9+

Changes and notes for this Release

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4