We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39881e7 commit a917bddCopy full SHA for a917bdd
1 file changed
cefpython/cef3/wx-subpackage/chromectrl.py
@@ -4,7 +4,6 @@
4
#--------------------------------------------------------------------------------
5
6
from cefpython3 import cefpython
7
-from cefpython3.wx.utils import ExceptHook
8
import os, sys, platform
9
import wx
10
import wx.lib.buttons as buttons
@@ -328,7 +327,6 @@ def Initialize(settings=None, debug=False):
328
327
"""Initializes CEF, We should do it before initializing wx
329
If no settings passed a default is used
330
"""
331
- sys.excepthook = ExceptHook
332
if not settings:
333
settings = {}
334
if not "log_severity" in settings:
0 commit comments