Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #99921 > unrolled thread

Does Python 2.7 do Open Office

Started bySeymore4Head <Seymore4Head@Hotmail.invalid>
First post2015-12-02 18:50 -0500
Last post2015-12-03 11:00 -0500
Articles 6 — 4 participants

Back to article view | Back to comp.lang.python


Contents

  Does Python 2.7 do Open Office Seymore4Head <Seymore4Head@Hotmail.invalid> - 2015-12-02 18:50 -0500
    Re: Does Python 2.7 do Open Office MRAB <python@mrabarnett.plus.com> - 2015-12-03 00:47 +0000
      Re: Does Python 2.7 do Open Office Seymore4Head <Seymore4Head@Hotmail.invalid> - 2015-12-03 11:00 -0500
        Re: Does Python 2.7 do Open Office Terry Reedy <tjreedy@udel.edu> - 2015-12-03 12:26 -0500
    Re: Does Python 2.7 do Open Office Laura Creighton <lac@openend.se> - 2015-12-03 01:54 +0100
      Re: Does Python 2.7 do Open Office Seymore4Head <Seymore4Head@Hotmail.invalid> - 2015-12-03 11:00 -0500

#99921 — Does Python 2.7 do Open Office

FromSeymore4Head <Seymore4Head@Hotmail.invalid>
Date2015-12-02 18:50 -0500
SubjectDoes Python 2.7 do Open Office
Message-ID<3q0v5bpsgvjh2pd66uh7epv2jdbecmp019@4ax.com>
I have a text file I would like to search through but I have tried it
before.  I don't remember why they are not compatible together, but I
wanted to ask to make sure.

I know I can convert the file to plain text but it would be nice not
to have to do that.

[toc] | [next] | [standalone]


#99925

FromMRAB <python@mrabarnett.plus.com>
Date2015-12-03 00:47 +0000
Message-ID<mailman.153.1449103672.14615.python-list@python.org>
In reply to#99921
On 2015-12-02 23:50, Seymore4Head wrote:
> I have a text file I would like to search through but I have tried it
> before.  I don't remember why they are not compatible together, but I
> wanted to ask to make sure.
>
> I know I can convert the file to plain text but it would be nice not
> to have to do that.
>
A quick search found this:

https://wiki.openoffice.org/wiki/Python

[toc] | [prev] | [next] | [standalone]


#99964

FromSeymore4Head <Seymore4Head@Hotmail.invalid>
Date2015-12-03 11:00 -0500
Message-ID<fop06b1it8bjng9s88h4ndodmp5fdc02tq@4ax.com>
In reply to#99925
On Thu, 3 Dec 2015 00:47:42 +0000, MRAB <python@mrabarnett.plus.com>
wrote:

>On 2015-12-02 23:50, Seymore4Head wrote:
>> I have a text file I would like to search through but I have tried it
>> before.  I don't remember why they are not compatible together, but I
>> wanted to ask to make sure.
>>
>> I know I can convert the file to plain text but it would be nice not
>> to have to do that.
>>
>A quick search found this:
>
>https://wiki.openoffice.org/wiki/Python

Thanks

[toc] | [prev] | [next] | [standalone]


#99977

FromTerry Reedy <tjreedy@udel.edu>
Date2015-12-03 12:26 -0500
Message-ID<mailman.182.1449163807.14615.python-list@python.org>
In reply to#99964
On 12/3/2015 11:00 AM, Seymore4Head wrote:
> On Thu, 3 Dec 2015 00:47:42 +0000, MRAB <python@mrabarnett.plus.com>
> wrote:
>
>> On 2015-12-02 23:50, Seymore4Head wrote:
>>> I have a text file I would like to search through but I have tried it
>>> before.  I don't remember why they are not compatible together, but I
>>> wanted to ask to make sure.
>>>
>>> I know I can convert the file to plain text but it would be nice not
>>> to have to do that.
>>>
>> A quick search found this:
>>
>> https://wiki.openoffice.org/wiki/Python

LibreOffice rather sensibly (given that it is a any-language unicode 
editor) jumped to 3.3 a couple of years ago.

-- 
Terry Jan Reedy

[toc] | [prev] | [next] | [standalone]


#99926

FromLaura Creighton <lac@openend.se>
Date2015-12-03 01:54 +0100
Message-ID<mailman.154.1449104061.14615.python-list@python.org>
In reply to#99921
In a message of Wed, 02 Dec 2015 18:50:34 -0500, Seymore4Head writes:
>I have a text file I would like to search through but I have tried it
>before.  I don't remember why they are not compatible together, but I
>wanted to ask to make sure.
>
>I know I can convert the file to plain text but it would be nice not
>to have to do that.
>
>-- 
>https://mail.python.org/mailman/listinfo/python-list

You are looking for PyUNO.Unfortuntately it is not well
documented, but I have heard good things about this as documentation.
https://documenthacker.wordpress.com/2013/03/05/first-draft-released/

Laura

[toc] | [prev] | [next] | [standalone]


#99965

FromSeymore4Head <Seymore4Head@Hotmail.invalid>
Date2015-12-03 11:00 -0500
Message-ID<5pp06bhbi7cfu2c4n1espkb55em9cunq02@4ax.com>
In reply to#99926
On Thu, 03 Dec 2015 01:54:16 +0100, Laura Creighton <lac@openend.se>
wrote:

>In a message of Wed, 02 Dec 2015 18:50:34 -0500, Seymore4Head writes:
>>I have a text file I would like to search through but I have tried it
>>before.  I don't remember why they are not compatible together, but I
>>wanted to ask to make sure.
>>
>>I know I can convert the file to plain text but it would be nice not
>>to have to do that.
>>
>>-- 
>>https://mail.python.org/mailman/listinfo/python-list
>
>You are looking for PyUNO.Unfortuntately it is not well
>documented, but I have heard good things about this as documentation.
>https://documenthacker.wordpress.com/2013/03/05/first-draft-released/
>
>Laura
Thanks

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web