tutor  

Re: [Tutor] How to print the installed web browser

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