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 hirsh
Recipients hirsh
Date 2011-06-02.09:14:01
SpamBayes Score 0.0013963475
Marked as misclassified No
Message-id <1307006042.24.0.905858439151.issue12237@psf.upfronthosting.co.za>
In-reply-to
Content
hi all,
I'm using win7, with Ff as default browser.
i wont to open url in other browser installed on my PC.
i tried:
url = 'http://www.google.com'
op = webbrowser.get('opera')
op.open(url)

and i get this error:
Traceback (most recent call last):
  File "<pyshell#26>", line 1, in <module>
    op = webbrowser.get('opera')
  File "C:\Python27\lib\webbrowser.py", line 52, in get
    raise Error("could not locate runnable browser")
Error: could not locate runnable browser

can anyone help?
History
Date User Action Args
2011-06-02 09:14:02hirshsetrecipients: + hirsh
2011-06-02 09:14:02hirshsetmessageid: <1307006042.24.0.905858439151.issue12237@psf.upfronthosting.co.za>
2011-06-02 09:14:01hirshlinkissue12237 messages
2011-06-02 09:14:01hirshcreate