ANN: Tk Slashdot Headline Viewer
Paul Jackson
pj at sgi.com
Tue Sep 14 10:28:45 EDT 1999
Brian wrote:
|> And browser should look like:
|> browser = "/usr/local/bin/netscape -remote 'openURL(%s)'"
Don't assume that particular path for netscape.
For example, on my Linux Redhat system, it's:
/usr/bin/netscape
and on my SGI IRIX system, it's:
/usr/bin/X11/netscape
Perhaps you should just set:
browser = "netscape -remote 'openURL(%s)'"
and rely on the usual $PATH search.
--
=======================================================================
I won't rest till it's the best ... Software Production Engineer
Paul Jackson (pj at sgi.com; pj at usa.net) 3x1373 http://sam.engr.sgi.com/pj
More information about the Python-list
mailing list