Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Laura Creighton Newsgroups: comp.lang.python Subject: Re: Does Python 2.7 do Open Office Date: Thu, 03 Dec 2015 01:54:16 +0100 Lines: 16 Message-ID: References: <3q0v5bpsgvjh2pd66uh7epv2jdbecmp019@4ax.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: news.uni-berlin.de CsB/z2b68goURLlyXTHW+QdfhAfCuj4y09UgcS9YpXCg== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:Python': 0.05; 'subject:Open': 0.05; 'cc:addr:python-list': 0.09; 'received:openend.se': 0.09; 'received:theraft.openend.se': 0.09; 'subject:2.7': 0.09; 'subject:Does': 0.09; 'wed,': 0.15; '>to': 0.16; 'cc:addr:lac': 0.16; 'cc:addr:openend.se': 0.16; 'from:addr:lac': 0.16; 'from:addr:openend.se': 0.16; 'from:name:laura creighton': 0.16; 'message-id:@fido.openend.se': 0.16; 'received:fido': 0.16; 'received:fido.openend.se': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'sure.': 0.16; 'laura': 0.18; '2015': 0.20; 'cc:addr:python.org': 0.20; 'cc:2**1': 0.22; 'dec': 0.23; 'tried': 0.24; 'plain': 0.24; 'compatible': 0.27; '-0500,': 0.29; 'received:se': 0.29; 'cc:no real name:2**1': 0.29; 'convert': 0.29; 'that.': 0.30; 'url:mailman': 0.30; 'url:python': 0.33; 'url:listinfo': 0.34; 'file': 0.34; 'text': 0.35; 'but': 0.36; 'url:org': 0.36; 'heard': 0.36; 'subject:: ': 0.37; 'charset:us-ascii': 0.37; 'things': 0.38; 'skip:p 20': 0.38; 'why': 0.39; 'url:mail': 0.40; 'header :Message-Id:1': 0.61; 'url:wordpress': 0.79; 'header:In-reply- to:1': 0.84; 'seymore4head': 0.84; 'subject:Office': 0.84; 'together,': 0.84; 'url:03': 0.84; 'url:2013': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=openend.se; s=default; t=1449104058; bh=Pdit0J7K2/7cIOFpDZ7+U4AEjqRVcg8xkaWqDTSg89I=; h=To:cc:From:Subject:In-reply-to:References:Date:From; b=dQfHVqgNP63pN7plbJ0xb2MzvczZ+7LmfS9BAg0qu6Pnu0cJSaMp7YWzm9632mtQN vGVVZTw7jDaEc1RKAq5T2SDzLhHfXoWDqUDKi57C3MRUxte0DMinf4vImK/Ih4nmQE RNL7JoHaZ8eZwVCbaJS/YRUakXHXocuCphqATcVM= In-reply-to: <3q0v5bpsgvjh2pd66uh7epv2jdbecmp019@4ax.com> Comments: In-reply-to Seymore4Head message dated "Wed, 02 Dec 2015 18:50:34 -0500." Content-ID: <3921.1449104056.1@fido> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.3.9 (theraft.openend.se [82.96.5.2]); Thu, 03 Dec 2015 01:54:18 +0100 (CET) X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:99926 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