cztomczak / cefpython

Python bindings for the Chromium Embedded Framework (CEF)
Other
3.03k stars 469 forks source link

Issue about supporting mac os 10.13 at v66.0 #633

Closed hycool closed 2 years ago

hycool commented 2 years ago

hello, sorry about that, now i am using v66.0 on MacOS, my mac version is 10.13 high sierra, when i start up the app, i met white screen , and do not have any errors on my terminal . I don't know why。 My project is using PyQt5 + cefpython3, python version is 3.5。

hycool commented 2 years ago

o , i found the reason , set external_message_pump to True, and it resolved。But,on mac 11.5.1 Big Sur,the app work fine without set external_message_pump true