<p dir="ltr">On Feb 24, 2013 1:21 AM, "llanitedave" <<a href="mailto:llanitedave@veawb.coop">llanitedave@veawb.coop</a>> wrote:<br>
><br>
> I created an html help page for my Python 2.7.3 application and put it in a documentation folder.  I used webbrowser.open() to fetch the page.<br>
><br>
> On linux -- KDE specifically, the command opens the local file on my default browser with no issues.  However, on Windows 7, it opens Internet Explorer, which doesn't even search the local folder, but goes straight to the web and does a Google search, returning nothing but useless noise.<br>

><br>
> My default browser on Windows is Chrome, so my intention is getting undermined right from the start.<br>
><br>
> How do I get a local html file to open properly from Python in Windows?</p>
<p dir="ltr">Sounds like this might be your problem:<br>
<a href="http://bugs.python.org/issue8936">http://bugs.python.org/issue8936</a></p>
<p dir="ltr">The fix would seem to be ensuring that the URL you pass includes the scheme (in your case, "file:").</p>
<p dir="ltr">Cheers,<br>
Chris</p>