This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jbmilam
Recipients brian.curtin, devplayer, jbmilam, joncwchao
Date 2014-07-26.14:50:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406386212.68.0.000441749897553.issue8232@psf.upfronthosting.co.za>
In-reply-to
Content
How the _isexecutable function is set up now it would require a full path name in order to be able to tell if a specific browser is on the system. The area under platform support for windows checks for multiple browsers using this function but only passes it browser names and so it always returns false and does not add any browsers to _tryorder. I found a way to fix this using os.walk so that the simple strings of the browser names like "firefox.exe" is able to actually able to be found on the system. This method is rather slow though and the module wants to check for 8 browsers when imported.
History
Date User Action Args
2014-07-26 14:50:12jbmilamsetrecipients: + jbmilam, brian.curtin, joncwchao, devplayer
2014-07-26 14:50:12jbmilamsetmessageid: <1406386212.68.0.000441749897553.issue8232@psf.upfronthosting.co.za>
2014-07-26 14:50:12jbmilamlinkissue8232 messages
2014-07-26 14:50:12jbmilamcreate