2

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 : Gtk-ERROR **: GTK+ 2.x symbols detected. Using GTK+ 2.x and GTK+ 3 in the same process is not supported

I'm in a fix as I can't seem to figure out how to work around all this.

cefpython version : 31.2

kivy version : 1.9.1

kivy-garden version : 0.1.4

pygame version : 1.9.1release

4

1 回答 1

-2

在 kivy 中实现另一个工具包或框架的另一种方法是使用 Threads,我用 tkinter 尝试过,它有效

于 2016-12-22T14:38:59.013 回答