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 techtonik
Recipients brian.curtin, ezio.melotti, georg.brandl, techtonik
Date 2010-06-08.06:25:19
SpamBayes Score 0.0028075818
Marked as misclassified No
Message-id <1275978322.02.0.942535651805.issue8936@psf.upfronthosting.co.za>
In-reply-to
Content
webbrowser.open("%s:%s" % (HOST,PORT))
  File "C:\Python25\lib\webbrowser.py", line 61, in open
    if browser.open(url, new, autoraise):
  File "C:\Python25\lib\webbrowser.py", line 518, in open
    os.startfile(url)
WindowsError: [Error -2147217406] Windows Error 0x80041002: '127.0.0.1:8080'


I do not mind if new Python would handle this exception correctly, but it doesn't launching wrong browser. If I specify "http://" prefix - the Chrome launched as expected. Note that if "127.0.0.1:8080" is executed from shell (search menu or run dialog) - IE is not started by Vista.
History
Date User Action Args
2010-06-08 06:25:22techtoniksetrecipients: + techtonik, georg.brandl, ezio.melotti, brian.curtin
2010-06-08 06:25:22techtoniksetmessageid: <1275978322.02.0.942535651805.issue8936@psf.upfronthosting.co.za>
2010-06-08 06:25:20techtoniklinkissue8936 messages
2010-06-08 06:25:19techtonikcreate