Re: GTK+ or PyGobject installation

2018-09-22 Thread Maziar Parsijani via python-hackers-list
Thanks Christoph.I did what you suggest and I opened an issue . On Sat, Sep 22, 2018 at 9:48 PM Christoph Reiter wrote: > On Fri, Sep 21, 2018 at 5:35 PM, Maziar Parsijani > wrote: > > Hi Christoph Reiter > > I checked it and it was installed.(gir1.2-gtk-3.0) > > OK, thanks. Please open an issu

Re: GTK+ or PyGobject installation

2018-09-22 Thread Christoph Reiter via python-hackers-list
On Fri, Sep 21, 2018 at 5:35 PM, Maziar Parsijani wrote: > Hi Christoph Reiter > I checked it and it was installed.(gir1.2-gtk-3.0) OK, thanks. Please open an issue at https://gitlab.gnome.org/GNOME/pygobject/issues and include the code you are trying to execute plus the exact error message it pr

Re: GTK+ or PyGobject installation

2018-09-21 Thread Maziar Parsijani via python-hackers-list
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

Re: GTK+ or PyGobject installation

2018-09-21 Thread Christoph Reiter via python-hackers-list
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

GTK+ or PyGobject installation

2018-09-21 Thread Maziar Parsijani via python-hackers-list
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