[Tutor] How to print the installed web browser

Mark Weil mark at martialfit.net
Wed Sep 1 22:10:37 CEST 2010


Not perfect, but you could check for each browser's binary.

import os
os.path.isfile("/usr/bin/firefox")
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20100901/8e25c713/attachment.html>


More information about the Tutor mailing list