Gregory Bloom wrote:
> On Apr 27, 3:12 am, Michael Hoffman <[EMAIL PROTECTED]> wrote:
>>> And, more to the point, how can I use webbrowser from scripts launched under
>> > cygwin?
>>
>> If you're using native Windows Python as you seem to be, try
>> webbrowser.get("windows-default").open_new(url)
On Apr 27, 3:12 am, Michael Hoffman <[EMAIL PROTECTED]> wrote:
> > And, more to the point, how can I use webbrowser from scripts launched under
>
> > cygwin?
>
> If you're using native Windows Python as you seem to be, try
> webbrowser.get("windows-default").open_new(url)
>
> If you want to use Cy
Gregory Bloom wrote:
> I'm running Python 2.5 under Windows. If I fire up IDLE and enter:
>
import webbrowser
url = 'http://www.python.org'
webbrowser.open_new(url)
>
> it works like a champ, opening the page in Firefox. Same thing goes
> from a Windows cmd shell: it works as adv
On Apr 27, 5:09 am, Gregory Bloom <[EMAIL PROTECTED]> wrote:
> I'm running Python 2.5 under Windows. If I fire up IDLE and enter:
>
> >>> import webbrowser
> >>> url = 'http://www.python.org'
> >>> webbrowser.open_new(url)
>
> it works like a champ, opening the page in Firefox. Same thing goes
>
I'm running Python 2.5 under Windows. If I fire up IDLE and enter:
>>> import webbrowser
>>> url = 'http://www.python.org'
>>> webbrowser.open_new(url)
it works like a champ, opening the page in Firefox. Same thing goes
from a Windows cmd shell: it works as advertised.
But if I open a cygwin b