Re: [Tutor] [webbrowser] some help on an error running mozilla firefox

2006-01-23 Thread Henry Finucane
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

[Tutor] [webbrowser] some help on an error running mozilla firefox

2006-01-22 Thread Rinzwind
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