Re: [Tutor] Subdividing config file by matching line from a file

2016-10-19 Thread Toni Fuente via Tutor
* Peter Otten <__pete...@web.de> [2016-10-19 16:52:50 +0200]: > Date: Wed, 19 Oct 2016 16:52:50 +0200 > From: Peter Otten <__pete...@web.de> > To: tutor@python.org > Subject: Re: [Tutor] Subdividing config file by matching line from a file > Organization: None > User-Agent: KNode/4.13.3 > Message-

Re: [Tutor] Subdividing config file by matching line from a file

2016-10-19 Thread Peter Otten
Toni Fuente via Tutor wrote: > Hello everybody, > > I am trying to divide a configuration file (configs) in the form of: > > > ServerAdmin webmas...@foo.com > ServerName www.foo.com > DocumentRoot /home/public/web/htdocs/foo.com >ScriptAlias /cgi-bin/ /home/public/web/htdocs/foo.com/cgi-bin

[Tutor] Subdividing config file by matching line from a file

2016-10-19 Thread Toni Fuente via Tutor
Hello everybody, I am trying to divide a configuration file (configs) in the form of: ServerAdmin webmas...@foo.com ServerName www.foo.com DocumentRoot /home/public/web/htdocs/foo.com ScriptAlias /cgi-bin/ /home/public/web/htdocs/foo.com/cgi-bin/ [...] ServerAdmin webmas...@bar.com Server

Re: [Tutor] selenium bindings...

2016-10-19 Thread Sahil Chauhan
You can get the page source with if that's what you are looking for driver.page_source Regards, Sahil On Tue, Oct 18, 2016 at 1:00 PM, bruce wrote: > Hi. > > This is prob way off topic. > > Looking at web examples from different sites for selenium/python > bindings. Basically, trying to get an