Mark Weil
Wed, 01 Sep 2010 13:12:36 -0700
Not perfect, but you could check for each browser's binary.
import os
os.path.isfile("/usr/bin/firefox")
_______________________________________________ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor
- [Tutor] How to print the installed web browser Ranjith Kumar
- Re: [Tutor] How to print the installed web browser Alan Gauld
- Re: [Tutor] How to print the installed web browser Nick Raptis
- Re: [Tutor] How to print the installed web browser Nick Raptis
- Re: [Tutor] How to print the installed web browser Alan Gauld
Re: [Tutor] How to print the installed web browser Mark Weil
- Re: [Tutor] How to print the installed web browser Steve Willoughby
- Re: [Tutor] How to print the installed web browser Ranjith Kumar
- Re: [Tutor] How to print the installed web browser Steven D'Aprano