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 codeaditya
Recipients codeaditya
Date 2013-03-25.11:22:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1364210544.82.0.514800055281.issue17541@psf.upfronthosting.co.za>
In-reply-to
Content
Python 2.7.4rc1 (default, Mar 25 2013, 00:32:18) 
[GCC 4.7.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import webbrowser
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python2.7/webbrowser.py", line 505, in <module>
    register_X_browsers()
  File "/usr/lib/python2.7/webbrowser.py", line 489, in register_X_browsers
    register(browser, None, Chrome(browser))
NameError: global name 'Chrome' is not defined
>>>
History
Date User Action Args
2013-03-25 11:22:24codeadityasetrecipients: + codeaditya
2013-03-25 11:22:24codeadityasetmessageid: <1364210544.82.0.514800055281.issue17541@psf.upfronthosting.co.za>
2013-03-25 11:22:24codeadityalinkissue17541 messages
2013-03-25 11:22:24codeadityacreate