All Questions
2 questions
0
votes
1
answer
2k
views
Chromium Embedded Framework - ModuleNotFoundError: No module named 'six.moves'
I'm trying to run CMAKE -G "Visual Studio 17" -A x64 .. as indicated in https://bitbucket.org/chromiumembedded/java-cef.git.
But this results in the error:
-- Downloading clang-format from ...
0
votes
1
answer
803
views
How to build our custom chromium based lightweight browser with does not require installation to launch
I need to create a browser which is chromium based and do not require any kind of dependencies or installation to launch, and do not allow browser specific functionalities like reloading, open in new ...