cefpython icon indicating copy to clipboard operation
cefpython copied to clipboard

When will this module support a higher version of CEF

Open 1431241631 opened this issue 3 years ago • 7 comments

Questions should be asked on the forum: https://groups.google.com/group/cefpython For example, the video tag supports MP4 format...

1431241631 avatar May 03 '21 07:05 1431241631

There's a fork here that does: https://github.com/Berserker66/cefpython/releases

Berserker66 avatar May 11 '21 13:05 Berserker66

There's a fork here that does: https://github.com/Berserker66/cefpython/releases

The cefpython3-75.1-cp39-none-win_amd64.whl Will report an error ImportError: cannot import name 'cefpython_py39' from partially initialized module 'cefpython3' (most likely due to a circular import), should be the lack of cefpython_ py39. pyd

1431241631 avatar May 16 '21 03:05 1431241631

roughly end of may that will get an update, with proper print to pdf support as well (the current one has some broken options).

This fork is the byproduct of a commercial application, we don't intend to support it in any meaningful way, but it's there if people have a use for it. And I've done PRs for some of what we did, it's a standing offer to use what we made and bring it back upstream.

Berserker66 avatar May 16 '21 21:05 Berserker66

You can find it at https://github.com/Berserker66/cefpython/releases/tag/v74.1.1 Our changes are public, pull requests were made; standing offer for any of this to be absorbed into cefpython upstream. In fact, we'd welcome it so we don't get support requests/issues ourselves as this is not one of our products, a byproduct at best.

Berserker66 avatar May 26 '21 12:05 Berserker66

@1431241631 As far as I understand, there's going to be no MP4 support in the built CEF version provided in this repository. The MP4 support is not about CEF version, it's about proprietary video codecs (such as MP4) being removed.

If you want to have MP4 support, you need to build CEFPython from sources

KindYAK avatar Jun 01 '21 09:06 KindYAK

@1431241631 As far as I understand, there's going to be no MP4 support in the built CEF version provided in this repository. The MP4 support is not about CEF version, it's about proprietary video codecs (such as MP4) being removed.

If you want to have MP4 support, you need to build CEFPython from sources

Thank you. I have recompiled CEF and replaced libcef. dll in cefpython3, which is now supported

1431241631 avatar Jun 01 '21 09:06 1431241631

@1431241631 As far as I understand, there's going to be no MP4 support in the built CEF version provided in this repository. The MP4 support is not about CEF version, it's about proprietary video codecs (such as MP4) being removed. If you want to have MP4 support, you need to build CEFPython from sources

Thank you. I have recompiled CEF and replaced libcef. dll in cefpython3, which is now supported

can you share the solution details? thank you.

XieB avatar Aug 02 '22 02:08 XieB