#46 Outdated Python examples

Отворено
отворено пре 1 година од RenaKunisaki · 0 коментара
RenaKunisaki коментирира пре 1 година

I had to change the beginning of the Python examples to run them:

import gi
gi.require_version('Gtk', '3.0')
gi.require_version('Gdk', '3.0')
gi.require_version('GFlow', '1.0')
gi.require_version('GtkFlow3', '1.0')

from gi.repository import GLib
from gi.repository import Gtk
from gi.repository import Gdk
from gi.repository import GFlow
from gi.repository import GtkFlow3 as GtkFlow
I had to change the beginning of the Python examples to run them: ```py import gi gi.require_version('Gtk', '3.0') gi.require_version('Gdk', '3.0') gi.require_version('GFlow', '1.0') gi.require_version('GtkFlow3', '1.0') from gi.repository import GLib from gi.repository import Gtk from gi.repository import Gdk from gi.repository import GFlow from gi.repository import GtkFlow3 as GtkFlow ```
Пријавите се да се прикључе у овом разговору.
Нема лабеле
Нема фазе
Нема одговорних
1 учесника
Учитавање...
Откажи
Сачувај
Још нема садржаја.