Re: Looping issues

2007-04-05 Thread brochu121
On Apr 5, 2:18 pm, "anglozaxxon" <[EMAIL PROTECTED]> wrote: > On Apr 5, 2:01 pm, [EMAIL PROTECTED] wrote: > > > > > What I am trying to do is compare two files to each other. > > > If the 2nd file contains the same line the first file contains, I want > > to print it. I wrote up the following code:

Looping issues

2007-04-05 Thread brochu121
What I am trying to do is compare two files to each other. If the 2nd file contains the same line the first file contains, I want to print it. I wrote up the following code: correct_settings = open("C:\Python25\Scripts\Output \correct_settings.txt","r") current_settings = open("C:\Python25\Scri

Python in HTML

2006-06-23 Thread brochu121
Does anyone know of a way to embed python scripts into html, much like you would javascript or php? I do not want to use this to connect to a database, but rather for a functional script to be called when a user clicks on a link to open a page. -- http://mail.python.org/mailman/listinfo/python-li

Customize IE to make a toolbar visible

2006-05-03 Thread brochu121
Does anyone know of a way to make a toolbar visible in IE through automation? I am not speaking about the InternetExplorer.ToolBar that I have run into on MSDN, but rather want to make a toolbar such as Yahoo's visibilbe through running my script. How would I do this. Thanks, Dave -- http://mai

Check IE toolbar visible

2006-05-02 Thread brochu121
I have to install a toolbar and by default make it visible in IE..any idea how i would do that? -- http://mail.python.org/mailman/listinfo/python-list