This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Eddie E
Recipients Eddie E, georg.brandl
Date 2009-05-05.02:13:47
SpamBayes Score 1.9788918e-06
Marked as misclassified No
Message-id <1241489630.51.0.91257880678.issue5935@psf.upfronthosting.co.za>
In-reply-to
Content
The documentation for the webbrowser module at
http://www.python.org/doc/2.5/lib/module-webbrowser.html refers to the
use of the BROWSER environment variable as a means to control which
browser is run.  However, it makes no mention of how the browser name(s)
in this environment variable get translated into executables,
particularly the process by which the only directories to be searched
are those in the PATH environment variable.  

For instance, on my Windows PC where the default browser is IE, simply
setting BROWSER to 'firefox' has no effect.  I also need to add
'C:\Program Files\Mozilla Firefox' to PATH, after which Firefox actually
gets run.
History
Date User Action Args
2009-05-05 02:13:50Eddie Esetrecipients: + Eddie E, georg.brandl
2009-05-05 02:13:50Eddie Esetmessageid: <1241489630.51.0.91257880678.issue5935@psf.upfronthosting.co.za>
2009-05-05 02:13:47Eddie Elinkissue5935 messages
2009-05-05 02:13:47Eddie Ecreate