Re: Loading a default browser under Windows

2006-04-04 Thread Philippe Martin
BartlebyScrivener wrote: > Philippe, > > import webbrowser > > webbrowser.open("http://groups.google.com/group/comp.lang.python";) > > rpd Many thanks, Philippe -- http://mail.python.org/mailman/listinfo/python-list

Re: Loading a default browser under Windows

2006-04-03 Thread BartlebyScrivener
Philippe, import webbrowser webbrowser.open("http://groups.google.com/group/comp.lang.python";) rpd -- http://mail.python.org/mailman/listinfo/python-list

Loading a default browser under Windows

2006-04-03 Thread Philippe Martin
Hi, Is there (maybe through pywin) a way to call the default browser with a url as param ? Regards, Philippe -- http://mail.python.org/mailman/listinfo/python-list