Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #11793
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <alec.taylor6@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.007 |
| X-Spam-Evidence | '*H*': 0.99; '*S*': 0.00; 'automate': 0.05; 'python': 0.08; 'am,': 0.12; 'edward': 0.15; 'from:addr:alec.taylor6': 0.16; 'from:name:alec taylor': 0.16; 'subject:integration': 0.16; 'wow,': 0.16; 'cc:addr:python-list': 0.16; 'wrote:': 0.16; 'integrate': 0.18; 'cc:no real name:2**0': 0.20; 'cc:2**0': 0.22; 'header:In-Reply-To:1': 0.22; 'received:209.85.213.46': 0.23; 'received:mail-yw0-f46.google.com': 0.23; 'aug': 0.24; 'suspect': 0.24; 'writes:': 0.25; '"the': 0.26; 'language.': 0.28; 'url:mailman': 0.28; 'message-id:@mail.gmail.com': 0.29; 'cc:addr:python.org': 0.30; 'instead': 0.33; 'url:listinfo': 0.33; 'url:python': 0.36; 'fri,': 0.36; 'using': 0.37; 'two': 0.37; 'received:google.com': 0.38; 'url:org': 0.38; 'received:209.85': 0.38; 'subject:: ': 0.39; 'more': 0.60; 'john': 0.62; 'bears': 0.84 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=wReBnQYq9LFPkOkdKMBaNypwxYQmTMxXCglmsJIv/Do=; b=DH9b1jAVav9ZPg1aPmYFyonoMpsbLa6ZKDWK/oaR/qQmjLinmICUZxVpGiGv2POYQR 62T5TgbUtvMEqjcAS0ROaySMd2l9K4A3NBkcoRUGGiO09xq4qGpHco4wQZ/afz+e3zxT hHhRbxExZ3Zh3krxOb4zs1GS9t3O0IbEdw6vA= |
| MIME-Version | 1.0 |
| In-Reply-To | <j2jftp$8k9$1@reader1.panix.com> |
| References | <mailman.177.1313685870.27778.python-list@python.org> <j2jftp$8k9$1@reader1.panix.com> |
| Date | Fri, 19 Aug 2011 04:02:13 +1000 |
| Subject | Re: Word Perfect integration |
| From | Alec Taylor <alec.taylor6@gmail.com> |
| To | John Gordon <gordon@panix.com> |
| Content-Type | text/plain; charset=ISO-8859-1 |
| Content-Transfer-Encoding | quoted-printable |
| Cc | python-list@python.org |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.12 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.185.1313690536.27778.python-list@python.org> (permalink) |
| Lines | 26 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1313690536 news.xs4all.nl 23969 [2001:888:2000:d::a6]:50344 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:11793 |
Show key headers only | View raw
wow, people still use WordPerfect? On Fri, Aug 19, 2011 at 2:51 AM, John Gordon <gordon@panix.com> wrote: > In <mailman.177.1313685870.27778.python-list@python.org> Ethan Furman <ethan@stoneleaf.us> writes: > >> I have WordPerfect v13 which we are currently using for letter merges. >> I would like to automate this with Python instead of learning the WP >> Macro language. > > I suspect that learning how to integrate python with wordperfect will > end up being much more work than learning wordperfect macros. > > Just my two cents. > > -- > John Gordon A is for Amy, who fell down the stairs > gordon@panix.com B is for Basil, assaulted by bears > -- Edward Gorey, "The Gashlycrumb Tinies" > > -- > http://mail.python.org/mailman/listinfo/python-list >
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Word Perfect integration Ethan Furman <ethan@stoneleaf.us> - 2011-08-18 10:00 -0700
Re: Word Perfect integration John Gordon <gordon@panix.com> - 2011-08-18 16:51 +0000
Re: Word Perfect integration Alec Taylor <alec.taylor6@gmail.com> - 2011-08-19 04:02 +1000
Re: Word Perfect integration Ethan Furman <ethan@stoneleaf.us> - 2011-08-18 12:24 -0700
Re: Word Perfect integration Seebs <usenet-nospam@seebs.net> - 2011-08-18 23:03 +0000
Re: Word Perfect integration "Rhodri James" <rhodri@wildebst.demon.co.uk> - 2011-08-19 00:21 +0100
Re: Word Perfect integration Ethan Furman <ethan@stoneleaf.us> - 2011-08-18 12:25 -0700
Re: Word Perfect integration Terry Reedy <tjreedy@udel.edu> - 2011-08-18 16:19 -0400
Re: Word Perfect integration Alec Taylor <alec.taylor6@gmail.com> - 2011-08-19 19:11 +1000
Re: Word Perfect integration aspineux <aspineux@gmail.com> - 2011-08-19 02:11 -0700
csiph-web