[Pythonmac-SIG] Getting the default browser

Just van Rossum just@letterror.com
Tue, 8 Feb 2000 14:26:48 +0100


At 12:13 PM +0100 08-02-2000, tmk wrote:
>At 11:51 +0100 08/02/2000, Pieter Claerhout wrote:
>>Hello,
>>
>>what is the easiest way to get the creator of the user's
>>default browser, and how do I open an URL with this
>>default browser.
>
>IC a.k.a internet Config

To be more specific, the easiest way is:

import ic

ic.launchurl("http://www/filibuster.org")

Just