답변:
gio
은 PyGTK 모듈이며 PyGTK 자체는 사용되지 않으므로 Python 3에서는 사용할 수 없습니다. Python 3에서 GTK + 응용 프로그램을 만들려면 PyGObject를 대체해야 합니다 . Gio의 경우 다음과 같이 가져옵니다.
$ python3
Python 3.2.2 (default, Sep 5 2011, 21:17:14)
[GCC 4.6.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from gi.repository import Gio
이름이 'gi'로 바뀌 었습니다.
$ python3
Python 3.2.2 (default, Sep 5 2011, 22:09:30)
[GCC 4.6.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import gi
>>>
python3-gobject 패키지의 파일 목록을 참조하십시오. http://packages.ubuntu.com/oneiric/i386/python3-gobject/filelist