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
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
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
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,
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