Benno Schulenberg a écrit :
> Stéphane ANCELOT wrote:
>> import webbrowser
>> webbrowser.open('http://www.python.org')
>
> Works fine for me, opens the site in Firefox.
>
> What version of Python?
v2.5
> What's in your webbrowser._browsers?
this is :
Python 2.5.1 (r251:54863, Nov 19 2007, 10:54
Stéphane ANCELOT wrote:
> import webbrowser
> webbrowser.open('http://www.python.org')
Works fine for me, opens the site in Firefox.
What version of Python?
What's in your webbrowser._browsers?
Python 2.4.4 (#1, Nov 9 2007, 16:26:42)
>>> webbrowser._browsers
{'kfm': [,
], 'links': [None,
],
I do not manage to solve this problem :
import webbrowser
webbrowser.open('http://www.python.org')
always open the following url in my firefox instead of www.python.org :
file:///home/steph/%22http://www.python.org%22
Best Regards
Steph
--
[EMAIL PROTECTED] mailing list
3 matches
Mail list logo