Skip to main content

All Questions

0 votes
1 answer
3k views

Please explain CEFPython3

I'm a beginner in python/kivy and I want to add a Web view widget to my kivy application. After thorough searching, I believe using CEFPython should work, but I have no idea on how it works or how to ...
heyt0pe's user avatar
  • 550
2 votes
0 answers
1k views

Gtk-ERROR **: GTK+ 2.x symbols detected. Using GTK+ 2.x and GTK+ 3 in the same process is not supported (Kivy Application)

I am building a Kivy application that makes use of the cefpython widget for kivy. Upon execution of my program, whenever I add a Text Input widget into the view, my application crashes with the error ...
Mayank Badola's user avatar
5 votes
1 answer
1k views

Incorporating CEFPython into Kivy App on Mac -- keyboard input doesn't work

I'm attempting to run the simple Kivy application located here on OSX. At first, CEF failed during initialization. The output was: igskcicgltgm047:Kivy_Test dslosky$ kivy cefTest4.py [INFO ] [...
dslosky's user avatar
  • 1,077
1 vote
1 answer
983 views

Kivy Garden - Multiple Chromium Embedded Browsers, can only change the URL of first created one?

In my code I have a GridLayout with rows of Button - TextInput. I also have a dictionary with keys representing indices and values storing CefBrowsers. Whenever a button is pressed, the GridLayout is ...
Ryan K.'s user avatar
  • 755