-
-
Notifications
You must be signed in to change notification settings - Fork 473
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chromium 100+ support #652
Comments
i had the same problem,please help with it . |
I have changed API to fit Chromium 108. You can try my unofficial version. https://github.com/llcc01/cefpython |
Thank you! |
Hi @llcc01 a build for mac is also planned? |
Sorry, I have never tried any on mac. Maybe someone can do it. |
Hi all, It compiles on both Windows/Mac. The output from the unit tests is as follow:
Checking the error on the failed test I see it gives a SEGFAULT very soon in the Initialize call in src/string_utils.pyx line 125 :
I'm not a c/c++ dev... anyone can help on this? |
Awesome but how do we install it? |
The current version
pip install cefpython3
only uses Chromium 66.How to update to the latest stable Chromium (higher than version 100)?
The text was updated successfully, but these errors were encountered: