Re: LibreOffice

2013-08-03 Thread David Robinow
On Fri, Aug 2, 2013 at 9:26 PM, Terry Reedy wrote: > ... > Of relevance to this list, Libre Office upgraded the included Python > interpreter to 3.3. I have no idea whether OO is still using 2.3 or also > updated. They're up to 2.7 now. -- http://mail.python.org/mailman/listinfo/python-list

Re: LibreOffice

2013-08-02 Thread Terry Reedy
On 8/2/2013 3:14 AM, Ben Finney wrote: Chris Angelico writes: […] rather than OO/LibreOffice. (I'll not distinguish those two. Far as I'm concerned, they're one product with two names.) That's simply false. LibreOffice has, since the 2010 fork of the code base and especially since the exodus

Re: LibreOffice (was: Editing tabular data)

2013-08-02 Thread Grant Edwards
On 2013-08-02, Chris Angelico wrote: > On Fri, Aug 2, 2013 at 8:14 AM, Ben Finney wrote: >> Chris Angelico writes: >> >>> [?] rather than OO/LibreOffice. (I'll not distinguish those two. Far >>> as I'm concerned, they're one product with two names.) >> >> That's simply false. ... >> >> Claiming

Re: LibreOffice (was: Editing tabular data)

2013-08-02 Thread Chris Angelico
On Fri, Aug 2, 2013 at 8:14 AM, Ben Finney wrote: > Chris Angelico writes: > >> […] rather than OO/LibreOffice. (I'll not distinguish those two. Far >> as I'm concerned, they're one product with two names.) > > That's simply false. ... > > Claiming they're the same product is ignoring the transfe

Re: LibreOffice with Python

2012-01-20 Thread Adam Tauno Williams
On Tue, 2012-01-10 at 19:04 -0500, Terry Reedy wrote: > On 1/10/2012 5:29 PM, Ben Finney wrote: > > LibreOffice supports scripting with several languages, including Python > > http://help.libreoffice.org/Common/Scripting> > So that page says. But it only tells how to attach a Python script once >

Re: LibreOffice with Python

2012-01-10 Thread Ben Finney
Terry Reedy writes: > Are there any links for that? […] > Do you have any idea how to get the importable modules? Those will have to be exercises for someone with more need than I of hacking on an office suite. I have no experience with that. -- \“Your [government] representative owes

Re: LibreOffice with Python

2012-01-10 Thread Terry Reedy
On 1/10/2012 5:29 PM, Ben Finney wrote: LibreOffice supports scripting with several languages, including Python http://help.libreoffice.org/Common/Scripting>. So that page says. But it only tells how to attach a Python script once writen, not how to write one that will do anything. Are there