When I used python2.7 everything was fine. When I change interpreter to python3.2 PyCharm can't import Gtk. It prints "Unresolved reference". I'm trying import gtk with code
from gi.repository import Gtk
When I used python2.7 everything was fine. When I change interpreter to python3.2 PyCharm can't import Gtk. It prints "Unresolved reference". I'm trying import gtk with code
from gi.repository import Gtk