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:
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
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
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
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