Skip to content

cefpython_sources.json

Simon Hatt edited this page May 20, 2015 · 5 revisions

General

The file cefbrowser/lib/cefpython_sources.json describes where to load precompiled cefpython from.

Format

It is a dictionary with keys <os><bit>.py<python-version>, so e.g. for Python 2.7 on Linux 64bit: linux64.py2. For each of those keys it contains the following information:

  • url: the URL to load the binaries from.
  • type: the type of format the binaries are in. For possible values, see Types section.

Types

  • zip: Binaries are provided in a ZIP archive. For this type, the following keys need to be provided:
    • zip_files: A dict of format <resource>:<path-within-zip>. For values for <resource>, see Resources section.

Resources

  • cef.pak
  • cefpython_py<python-version>.so
  • libcef.so
  • libffmpegsumo.so
  • locales
  • subprocess

To Do

Find out whether this info is useful for users and update accordingly

Clone this wiki locally