Closed
Bug 917065
Opened 12 years ago
Closed 12 years ago
ImportError: no module named mach
Categories
(Firefox Build System :: Mach Core, enhancement)
Firefox Build System
Mach Core
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 914563
People
(Reporter: gps, Unassigned)
Details
When running |mach build| on Windows, we get a non-fatal but very annoying exception at the beginning of the build:
ImportError: No module named mach
The stack reveals so frames inside multiprocessing. I suspect this is us not using the __name__ == '__main__' convention, which is needed for some multiprocessing magic.
| Reporter | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•