Hello.
I have recently discovered the Webbrowser module, and have started using
it instead of just using IE thru win32com. But, have a few questions:
1) Is it possible to give it an adress, and if the browser gets a redirect
to a different adress, I can override it? For example, I tell the browse
On 1/22/06, Rinzwind <[EMAIL PROTECTED]> wrote:
> Why does this:
>
> >>> import webbrowser
> >>> webbrowser.open('http://www.google.com";)
>
> give me this:
>
> run-mozilla.sh: Cannot execute
> /opt/firefox/mozilla-firefox-bin.
>
I would assume it's a permissions error. Can you exec
Why does this: >>> import webbrowser >>> webbrowser.open('http://www.google.com")give me this: run-mozilla.sh: Cannot execute /opt/firefox/mozilla-firefox-bin.
Is this bacause 'webbrowser' does not know about the identification of 1.5?(I do not want to do it like this: >>> import os
I am using the webbrowser module to open a URL in Mozilla. My question
is what happens when I exit from Mozilla. I have a script running on a
Desktop with WindowsXP and a Laptop also with windowsXP In the first
case return from Mozilla is to the function containing the webbrowser
command ,in the ot