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


Groups > comp.lang.python > #38535

Re: Any idea how i can format my output file with ********************Start file*********************** usinf Python 2.7

From Mark Lawrence <breamoreboy@yahoo.co.uk>
Subject Re: Any idea how i can format my output file with ********************Start file*********************** usinf Python 2.7
Date 2013-02-09 17:53 +0000
References <CAJ2vgs7cPKtb3fv=heMtfV7nS-15G+4npRVCkJLqx-CAkrMgVQ@mail.gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.1559.1360432375.2939.python-list@python.org> (permalink)

Show all headers | View raw


On 09/02/2013 14:27, Morten Engvoldsen wrote:
> Hi Team,
> I Have saved my output in .doc file and want to format the output with
> *************Start the File ************************
> Some data here
> *******************End of File*****************************
> Can you let me know how can i do that using Python?
>
>

Assuming the .doc file is MS Word see here
http://sourceforge.net/projects/pywin32/ as a starter?  If you're 
talking plain text others have already replied.

-- 
Cheers.

Mark Lawrence

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Any idea how i can format my output file with ********************Start file*********************** usinf Python 2.7 Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-02-09 17:53 +0000

csiph-web