Re: pygame easy create

2016-05-10 Thread harirammanohar
On Tuesday, May 10, 2016 at 10:51:58 AM UTC+5:30, hariram...@gmail.com wrote: > On Monday, May 9, 2016 at 11:12:47 PM UTC+5:30, sohca...@gmail.com wrote: > > On Monday, May 9, 2016 at 3:15:45 AM UTC-7, hariram...@gmail.com wrote: > > > On Monday, May 9, 2016 at 10:50:47 AM UTC+5:30,

Re: pygame easy create

2016-05-09 Thread harirammanohar
On Monday, May 9, 2016 at 11:12:47 PM UTC+5:30, sohca...@gmail.com wrote: > On Monday, May 9, 2016 at 3:15:45 AM UTC-7, hariram...@gmail.com wrote: > > On Monday, May 9, 2016 at 10:50:47 AM UTC+5:30, hariram...@gmail.com wrote: > > > is there anyway (IDE/package) that allows me to create

Re: pygame easy create

2016-05-09 Thread harirammanohar
On Monday, May 9, 2016 at 11:12:47 PM UTC+5:30, sohca...@gmail.com wrote: > On Monday, May 9, 2016 at 3:15:45 AM UTC-7, hariram...@gmail.com wrote: > > On Monday, May 9, 2016 at 10:50:47 AM UTC+5:30, hariram...@gmail.com wrote: > > > is there anyway (IDE/package) that allows me to create

Re: pygame easy create

2016-05-09 Thread harirammanohar
On Monday, May 9, 2016 at 10:50:47 AM UTC+5:30, hariram...@gmail.com wrote: > is there anyway (IDE/package) that allows me to create graphics/game just > like that (by instructing..., if i say create hills on the screen, it should > generate pygame code)Anyway :) :) is there any way to

Re: pygame easy create

2016-05-09 Thread harirammanohar
On Monday, May 9, 2016 at 10:50:47 AM UTC+5:30, hariram...@gmail.com wrote: > is there anyway (IDE/package) that allows me to create graphics/game just > like that (by instructing..., if i say create hills on the screen, it should > generate pygame code)Anyway :) :) Atleast i tried with

Re: pypi download links (e.g. for ansible)

2016-05-09 Thread harirammanohar
On Monday, May 9, 2016 at 3:30:31 PM UTC+5:30, Michael Ströder wrote: > HI! > > Deep-links for downloading a specific version from PyPI seemed to work like > this: > > $ wget > https://pypi.python.org/packages/source/a/ansible/ansible-2.0.1.0.tar.gz > [..] > Saving to: 'ansible-2.0.1.0.tar.gz'

pygame easy create

2016-05-08 Thread harirammanohar
is there anyway (IDE/package) that allows me to create graphics/game just like that (by instructing..., if i say create hills on the screen, it should generate pygame code)Anyway :) :) -- https://mail.python.org/mailman/listinfo/python-list

Re: delete from pattern to pattern if it contains match

2016-04-26 Thread harirammanohar
On Monday, April 25, 2016 at 6:04:24 PM UTC+5:30, Peter Otten wrote: > harirammano...@gmail.com wrote: > > >> tree.write('output.xml') > > > > yup its working well if i include register namespace, else i am getting > > ns:0 in every line of output.xml. > > > > But its removing top line > > >

Re: delete from pattern to pattern if it contains match

2016-04-25 Thread harirammanohar
On Monday, April 25, 2016 at 4:58:15 PM UTC+5:30, Jussi Piitulainen wrote: > harirammano...@gmail.com writes: > > > On Monday, April 25, 2016 at 4:09:26 PM UTC+5:30, Jussi Piitulainen wrote: > >> Peter Otten writes: > >> > >> > harirammano...@gmail.com wrote: > >> > > >> >> Here is the code: >

Re: delete from pattern to pattern if it contains match

2016-04-25 Thread harirammanohar
On Monday, April 25, 2016 at 4:09:26 PM UTC+5:30, Jussi Piitulainen wrote: > Peter Otten writes: > > > harirammano...@gmail.com wrote: > > > >> Here is the code: > > > > Finally ;) > > :) name space issue can be resolved registering name space i have no issue with that, only concern is xml

Re: Writing different sections into a file

2016-04-25 Thread harirammanohar
On Monday, April 25, 2016 at 1:01:12 PM UTC+5:30, Palpandi wrote: > Hi, > > I need to write different sections into a file. > At any point of time, content can be added to any section. > > I don't want keep each section into a temporary file. > What is the better way to store the contents of

Re: delete from pattern to pattern if it contains match

2016-04-25 Thread harirammanohar
On Monday, April 25, 2016 at 3:19:15 PM UTC+5:30, hariram...@gmail.com wrote: > On Monday, April 25, 2016 at 12:47:14 PM UTC+5:30, Jussi Piitulainen wrote: > > harirammano...@gmail.com writes: > > > > > Hi Jussi, > > > > > > i have seen you have written a definition to fulfill the requirement, >

Re: delete from pattern to pattern if it contains match

2016-04-25 Thread harirammanohar
On Monday, April 25, 2016 at 12:47:14 PM UTC+5:30, Jussi Piitulainen wrote: > harirammano...@gmail.com writes: > > > Hi Jussi, > > > > i have seen you have written a definition to fulfill the requirement, > > can we do this same thing using xml parser, as i have failed to > > implement the thing

Re: delete from pattern to pattern if it contains match

2016-04-25 Thread harirammanohar
On Friday, April 22, 2016 at 4:41:08 PM UTC+5:30, Jussi Piitulainen wrote: > Peter Otten writes: > > > harirammano...@gmail.com wrote: > > > >> On Thursday, April 21, 2016 at 7:03:00 PM UTC+5:30, Jussi Piitulainen > >> wrote: > >>> harirammano...@gmail.com writes: > >>> > >>> > On Monday, April

Re: delete from pattern to pattern if it contains match

2016-04-25 Thread harirammanohar
On Friday, April 22, 2016 at 3:20:53 PM UTC+5:30, Peter Otten wrote: > harirammano...@gmail.com wrote: > > >> @peter yes here it is not xml, but real data is an xml..believe me.. > > > > @peter this is the similar xml i am having, you can correlate. > > > >

Re: delete from pattern to pattern if it contains match

2016-04-22 Thread harirammanohar
On Friday, April 22, 2016 at 2:30:45 PM UTC+5:30, hariram...@gmail.com wrote: > On Thursday, April 21, 2016 at 4:55:18 PM UTC+5:30, Peter Otten wrote: > > harirammano...@gmail.com wrote: > > > > > On Monday, April 18, 2016 at 12:38:03 PM UTC+5:30, hariram...@gmail.com > > > wrote: > > >> HI All,

Re: delete from pattern to pattern if it contains match

2016-04-22 Thread harirammanohar
On Thursday, April 21, 2016 at 4:55:18 PM UTC+5:30, Peter Otten wrote: > harirammano...@gmail.com wrote: > > > On Monday, April 18, 2016 at 12:38:03 PM UTC+5:30, hariram...@gmail.com > > wrote: > >> HI All, > >> > >> can you help me out in doing below. > >> > >> file: > >> > >> guava > >>

Re: delete from pattern to pattern if it contains match

2016-04-22 Thread harirammanohar
On Thursday, April 21, 2016 at 7:03:00 PM UTC+5:30, Jussi Piitulainen wrote: > harirammano...@gmail.com writes: > > > On Monday, April 18, 2016 at 12:38:03 PM UTC+5:30, > > hariram...@gmail.com wrote: > >> HI All, > >> > >> can you help me out in doing below. > >> > >> file: > >> > >>

Re: delete from pattern to pattern if it contains match

2016-04-21 Thread harirammanohar
On Monday, April 18, 2016 at 12:38:03 PM UTC+5:30, hariram...@gmail.com wrote: > HI All, > > can you help me out in doing below. > > file: > > guava > fruit > > > mango > fruit > > > orange > fruit > > > need to delete from start to end if it contains mango in a file...

Re: delete from pattern to pattern if it contains match

2016-04-18 Thread harirammanohar
On Monday, April 18, 2016 at 1:19:43 PM UTC+5:30, Joaquin Alzola wrote: > Hi, > > Try to use the xml module. > > import xml.etree.ElementTree as ET > > That might help. > > BR > > Joaquin > > -Original Message- > From: Python-list >

Re: delete from pattern to pattern if it contains match

2016-04-18 Thread harirammanohar
On Monday, April 18, 2016 at 1:19:43 PM UTC+5:30, Joaquin Alzola wrote: > Hi, > > Try to use the xml module. > > import xml.etree.ElementTree as ET > > That might help. > > BR > > Joaquin > > -Original Message- > > > HI All, > > can you help me out in doing below. > > file: > >

delete from pattern to pattern if it contains match

2016-04-18 Thread harirammanohar
HI All, can you help me out in doing below. file: guava fruit mango fruit orange fruit need to delete from start to end if it contains mango in a file... output should be: guava fruit orange fruit Thank you --