NameError: global name 'Chrome' is not defined
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-defaults (Ubuntu) |
Undecided
|
Unassigned |
Bug Description
Traceback (most recent call last):
File "/usr/bin/idle", line 3, in <module>
from idlelib.PyShell import main
File "/usr/lib/
from idlelib.
File "/usr/lib/
import webbrowser
File "/usr/lib/
register_
File "/usr/lib/
register(
NameError: global name 'Chrome' is not defined
ProblemType: Bug
DistroRelease: Ubuntu 13.04
Package: idle 2.7.3-13ubuntu1
ProcVersionSign
Uname: Linux 3.8.0-14-generic x86_64
NonfreeKernelMo
ApportVersion: 2.9.2-0ubuntu3
Architecture: amd64
CheckboxSubmission: a1c955fd38d4502
CheckboxSystem: 2a6f54df59af338
Date: Mon Mar 25 16:43:50 2013
InstallationDate: Installed on 2011-09-05 (567 days ago)
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Beta amd64 (20110901)
MarkForUpload: True
PackageArchitec
SourcePackage: python-defaults
UpgradeStatus: Upgraded to raring on 2012-07-27 (241 days ago)
Leonardo Corato (leocor) wrote : | #1 |
Simon Cedergren (c-simon) wrote : | #2 |
Launchpad Janitor (janitor) wrote : | #3 |
Status changed to 'Confirmed' because the bug affects multiple users.
Changed in python-defaults (Ubuntu): | |
status: | New → Confirmed |
Sander Jonkers (jonkers) wrote : | #4 |
Easy to reproduce. See below: just one import in python.
And see http://
sander@appelboor:~$ python
Python 2.7.4rc1 (default, Mar 25 2013, 00:30:40)
[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/
register_
File "/usr/lib/
register(
NameError: global name 'Chrome' is not defined
>>>
Sami Jaktholm (sjakthol) wrote : | #5 |
Thank you for taking the time to report this bug and helping to make Ubuntu better. This particular bug has already been reported and is a duplicate of bug 1159636, so it is being marked as such. Please look at the other bug report to see if there is any missing information that you can provide, or to see if there is a workaround for the bug. Additionally, any further discussion regarding the bug should occur in the other report. Feel free to continue to report any other bugs you may find.
I also has this problem when trying to start software centre. I am new to this bug-reporting- thingy, so if there is something I can do - please explain!