Typo in my message Re: gobject-introspection for Gnumeric [Was: Python headers for pygobject 3/Gnumeric 1.12.25]

2015-11-06 Thread Michael Uplawski
It is GObject-Introspection. On Sat, Nov 07, 2015 at 07:48:06AM +0100, Michael Uplawski wrote: > I had an exchange on the Ruby-Gnome list and although the general > opinion is that GOffice-Introspection is available, dependencies to > Goffice and Gsf are not (yet) honored. If I have understood eve

Re: gobject-introspection for Gnumeric [Was: Python headers for pygobject 3/Gnumeric 1.12.25]

2015-11-06 Thread Michael Uplawski
I had an exchange on the Ruby-Gnome list and although the general opinion is that GOffice-Introspection is available, dependencies to Goffice and Gsf are not (yet) honored. If I have understood everything, there is currently no way to manipulate Gnumeric with Ruby in this way. But the interest of

Re: gobject-introspection for Gnumeric [Was: Python headers for pygobject 3/Gnumeric 1.12.25]

2015-11-01 Thread Jean Bréfort
I don't know for Ruby, but with Python, you can do something like: $ python >>> import gi >>> gi.require_version('GOffice','0.10') >>> from gi.repository import GOffice >>> gi.require_version('Gnm', '1.12') >>> from gi.repository import Gnm >>> Gnm.init() >>> wb=Gnm.Workbook.new_with_sheets(1) >>>

gobject-introspection for Gnumeric [Was: Python headers for pygobject 3/Gnumeric 1.12.25]

2015-11-01 Thread Michael Uplawski
It's me again. Now on GObject On Fri, Oct 30, 2015 at 03:10:15PM +0100, Jean Brefort wrote: > Note that gnumeric scripting is available through gobject-introspection > for many languages such as javascript, python (2.7 only for now), and > others. I suppose ruby is part of the list. > I think that

Re: Python headers for pygobject 3/Gnumeric 1.12.25

2015-10-31 Thread Michael Uplawski
Good afternoon. On Fri, Oct 30, 2015 at 09:59:30AM +0100, Jean Brefort wrote: > I suppose you need python-dev. Note that gnumeric does not support > Python-3 for now. And that would be it. After some attempts to provide needed dependencies, a simply missing Python-3 support is the best hint of al

Re: Python headers for pygobject 3/Gnumeric 1.12.25

2015-10-30 Thread Michael Uplawski
On Fri, Oct 30, 2015 at 03:10:15PM +0100, Jean Brefort wrote: > Note that gnumeric scripting is available through gobject-introspection > for many languages such as javascript, python (2.7 only for now), and > others. I suppose ruby is part of the list. > I think that we have most of which would be

Re: Python headers for pygobject 3/Gnumeric 1.12.25

2015-10-30 Thread Jean Brefort
Note that gnumeric scripting is available through gobject-introspection for many languages such as javascript, python (2.7 only for now), and others. I suppose ruby is part of the list. I think that we have most of which would be needed to implement macros (using the same languages). Le vendredi

Re: Python headers for pygobject 3/Gnumeric 1.12.25

2015-10-30 Thread Jean Brefort
Hi, I suppose you need python-dev. Note that gnumeric does not support Python-3 for now. I am not aware of any python tutorial update. Regards, Jean Le jeudi 29 octobre 2015 à 14:09 +0100, Michael Uplawski a écrit : > Good afternoon, > > it looks like I am having the same kind of problems over

Python headers for pygobject 3/Gnumeric 1.12.25

2015-10-30 Thread Michael Uplawski
Good afternoon, it looks like I am having the same kind of problems over and over again. Trying to compile the current git version of pygobject, I get a configure: error: Python headers not found Which python headers and which Debian-package shall I install? The list of available python-packag