[Python-bugs-list] [ python-Bugs-605109 ] webbrowser.open() fails on Linux

noreply@sourceforge.net noreply@sourceforge.net
Fri, 06 Sep 2002 02:49:39 -0700


Bugs item #605109, was opened at 2002-09-05 17:37
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=605109&group_id=5470

Category: Extension Modules
Group: Python 2.2.1
Status: Open
Resolution: None
Priority: 5
Submitted By: Dave Hein (dthein)
Assigned to: Nobody/Anonymous (nobody)
Summary: webbrowser.open() fails on Linux

Initial Comment:
webbrowser.open( "http://www.python.org" ) just launches 
the browser, but without the URL.  In other words, the 
default ("home") page of the browser opens, rather than the 
URL specified in the call.

This fails on Linux.  Function works on Win32.

I'm using Python 2.2.1, Tk/Tcl 8.4b2, Linux 2.4.9.

Web browser is Mozilla 1.0RC3.  



----------------------------------------------------------------------

>Comment By: Martin v. Löwis (loewis)
Date: 2002-09-06 11:49

Message:
Logged In: YES 
user_id=21627

Can you please edit webbrowser.Netscape._remote, to add

print cmd

before

rc = os.system(cmd)

Can you also add a print statement into the 'if rc' block?
Can you then please report the output of these print statements?

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=605109&group_id=5470