Re: [gentoo-user] python bug on gentoo with webbrowser module

2007-11-28 Thread Stéphane ANCELOT
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

Re: [gentoo-user] python bug on gentoo with webbrowser module

2007-11-28 Thread Benno Schulenberg
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, ],

[gentoo-user] python bug on gentoo with webbrowser module

2007-11-27 Thread Stéphane ANCELOT
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