Hi,
I use debian 9.3 and PyCharm IDE .The python3-gi labraries and pygobject is
installed with synaptic now when I am going to import like this :
import gigi.require_version("Gtk", "3.0")from gi.repository import Gtk
in the third line there is no Gtk in it I just have
absolute_import and DynamicI
On Fri, Sep 21, 2018 at 9:23 AM, Maziar Parsijani via
python-hackers-list wrote:
> Hi,
> I use debian 9.3 and PyCharm IDE .The python3-gi labraries and pygobject is
> installed with synaptic now when I am going to import like this :
>
> import gi
> gi.require_version("Gtk", "3.0")
> from gi.reposi
Hi Christoph Reiter
I checked it and it was installed.(gir1.2-gtk-3.0)
On Fri, Sep 21, 2018 at 6:50 PM Christoph Reiter
wrote:
> On Fri, Sep 21, 2018 at 9:23 AM, Maziar Parsijani via
> python-hackers-list wrote:
> > Hi,
> > I use debian 9.3 and PyCharm IDE .The python3-gi labraries and pygobjec