Re: how to convert VB scripts to Gnumeric python

2018-04-14 Thread Morten Welinder
> So it's expected a Gnm.Cell and not the col, row provided in the program. That's a sign you're picking up an old introspection file. "make install" might help. M. On Fri, Apr 13, 2018 at 9:18 PM wrote: > Also using your test program, as is I get an error when it hits the > sheet.cell_set_v

Re: how to convert VB scripts to Gnumeric python

2018-04-14 Thread dm-gnome
Turned out the be a problem in my package builder -- I suspect I'm missing some part of the toolchain as the "@YELP_HELP_RULES@" line in the doc makefile was breaking with a missing separator warning. This was added since 1.12.32, presumably installing yelp-tools will fix this? Commented it

Re: how to convert VB scripts to Gnumeric python

2018-04-14 Thread dm-gnome
OK, I've completed my sample application. It's a simple data collection program that gets the current bitcoin price and appends it to a spreadsheet. Appears to work so far on Morten's updated version as of this morning. It can be found at: https://github.com/deanmccarron/gnumeric-python-exampl

Re: how to convert VB scripts to Gnumeric python

2018-04-14 Thread Morten Welinder
I have added column/row size to my todo list. Note that I changed the blessed saving api. Morten On Sat, Apr 14, 2018 at 7:59 PM wrote: > OK, I've completed my sample application. It's a simple data collection > program that > gets the current bitcoin price and appends it to a spreadsheet. App

Re: how to convert VB scripts to Gnumeric python

2018-04-14 Thread dm-gnome
Thanks. I'll look to test some other use cases that were difficult in the past, particularly some advanced styles. FYI as things were as of this morning, none of my code base needed changes to function, which as you'd imagine is a relief -- and all the style error warnings are now gone, too. I've