#46 Outdated Python examples

오픈
RenaKunisaki11 달 전을 오픈 · 0개의 코멘트
RenaKunisaki 코멘트됨, 11 달 전

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명
로딩중...
취소
저장
아직 콘텐츠가 없습니다.