forked from kivy-garden/garden.cefpython
-
Notifications
You must be signed in to change notification settings - Fork 14
cefpython_sources.json
Simon Hatt edited this page May 20, 2015
·
5 revisions
The file cefbrowser/lib/cefpython_sources.json describes where to load precompiled cefpython from.
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.
-
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.
-
cef.pakcefpython_py<python-version>.solibcef.solibffmpegsumo.solocalessubprocess
Find out whether this info is useful for users and update accordingly