Skip to content

Commit 97bfda0

Browse files
committed
Added information about wx version with which the wxpython examples were tested with.
1 parent 750a8bc commit 97bfda0

4 files changed

Lines changed: 12 additions & 4 deletions

File tree

cefpython/cef3/linux/binaries_32bit/wxpython-response.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1+
# An example of embedding CEF browser in wxPython on Linux.
2+
# Tested with wxPython 2.8.12.1 (gtk2-unicode).
3+
# To install wxPython type "sudo apt-get install python-wxtools".
4+
15
# This example implements a custom "_OnResourceResponse" callback
26
# that emulates reading response by utilizing Resourcehandler
37
# and WebRequest.
48

59
FIX_ENCODING_BUG = True
610
BROWSER_DEFAULT_ENCODING = "utf-8"
711

8-
# An example of embedding CEF browser in wxPython on Linux.
9-
1012
# The official CEF Python binaries come with tcmalloc hook
1113
# disabled. But if you've built custom binaries and kept tcmalloc
1214
# hook enabled, then be aware that in such case it is required

cefpython/cef3/linux/binaries_32bit/wxpython.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# An example of embedding CEF browser in wxPython on Linux.
2+
# Tested with wxPython 2.8.12.1 (gtk2-unicode).
3+
# To install wxPython type "sudo apt-get install python-wxtools".
24

35
# The official CEF Python binaries come with tcmalloc hook
46
# disabled. But if you've built custom binaries and kept tcmalloc

cefpython/cef3/linux/binaries_64bit/wxpython-response.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1+
# An example of embedding CEF browser in wxPython on Linux.
2+
# Tested with wxPython 2.8.12.1 (gtk2-unicode).
3+
# To install wxPython type "sudo apt-get install python-wxtools".
4+
15
# This example implements a custom "_OnResourceResponse" callback
26
# that emulates reading response by utilizing Resourcehandler
37
# and WebRequest.
48

59
FIX_ENCODING_BUG = True
610
BROWSER_DEFAULT_ENCODING = "utf-8"
711

8-
# An example of embedding CEF browser in wxPython on Linux.
9-
1012
# The official CEF Python binaries come with tcmalloc hook
1113
# disabled. But if you've built custom binaries and kept tcmalloc
1214
# hook enabled, then be aware that in such case it is required

cefpython/cef3/linux/binaries_64bit/wxpython.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# An example of embedding CEF browser in wxPython on Linux.
2+
# Tested with wxPython 2.8.12.1 (gtk2-unicode).
3+
# To install wxPython type "sudo apt-get install python-wxtools".
24

35
# The official CEF Python binaries come with tcmalloc hook
46
# disabled. But if you've built custom binaries and kept tcmalloc

0 commit comments

Comments
 (0)