> Where does 'gi.repository' come from?

That is created when Gnumeric is configured with --enable-introspection
(which requires that
both libgsf and goffice also are configure that way).

Debian might have put the resulting files into another package.

M.




On Wed, Apr 11, 2018 at 1:54 PM Mike McClain <mike.junk...@att.net> wrote:

> On Wed, Apr 11, 2018 at 12:00:07PM +0000, gnumeric-list-requ...@gnome.org
> wrote:
> > From: Morten Welinder <mort...@gnome.org>
> > To: Gnumeric Mailing List <gnumeric-list@gnome.org>
> > Subject: Re: how to convert VB scripts to Gnumeric python
> >
> > Here's a sample that just does a numerical computation:
> >
> > $ python
> > Python 2.7.12 (default, Dec  4 2017, 14:50:18)
> > [GCC 5.4.0 20160609] on linux2
> > Type "help", "copyright", "credits" or "license" for more information.
> > >>> from gi.repository import Gnm;
> > __main__:1: PyGIWarning: Gnm was imported without specifying a version
> > first. Use gi.require_version('Gnm', '1.12') before import to ensure that
> > the right version gets loaded.
> > >>> Gnm.qnorm(0.2,0,1,0,0)
> > 0.8416212335729144
> >
> > Morten
>
> mike@/deb73:~> python
> Python 2.7.3 (default, Nov 24 2017, 16:26:37)
> [GCC 4.7.2] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
> >>> from gi.repository import Gnm;
> Traceback (most recent call last):
>   File "<stdin>", line 1, in <module>
> ImportError: No module named gi.repository
>
> Not found from the gnumeric Python CL either.
> Where does 'gi.repository' come from?
> Is that from the larger Gnome desktop package?
> If it matters I'm running Debian Wheezy on a P3 w/ 256M ram.
>
> Thanks for your help,
> Mike
>
> --
> An open mind is apt to let anything in....or out!
> _______________________________________________
> gnumeric-list mailing list
> gnumeric-list@gnome.org
> https://mail.gnome.org/mailman/listinfo/gnumeric-list
>
_______________________________________________
gnumeric-list mailing list
gnumeric-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gnumeric-list

Reply via email to