Closed Bug 1504449 Opened 6 years ago Closed 6 years ago

six.moves.configparser doesn't exist on macOS system python and cannot run bootstrap

Categories

(Firefox Build System :: Bootstrap Configuration, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
mozilla65

People

(Reporter: arai, Unassigned)

References

Details

on macOS 10.13.6

$ /usr/bin/python
Python 2.7.10 (default, Oct  6 2017, 22:29:07) 
[GCC 4.2.1 Compatible Apple LLVM 9.0.0 (clang-900.0.31)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from six.moves.configparser import (Error as ConfigParserError, RawConfigParser)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named configparser
closing given the patch is backed out.
Severity: major → normal
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WORKSFORME
Fixed by backout of bug 1483941.
Resolution: WORKSFORME → FIXED
Target Milestone: --- → mozilla65
You need to log in before you can comment on or make changes to this bug.