Closed
Bug 1428298
Opened 8 years ago
Closed 8 years ago
[mozlog] ImportError: No module named mozterm
Categories
(Testing :: Mozbase, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1428049
People
(Reporter: whimboo, Unassigned)
References
Details
(Keywords: regression)
Bug 1421799 added support for mozterm, which itself is not part of the tree, and never gets imported in setup.py by mozlog. As such tools installing mozlog from PyPI will fail with the following failure:
File "/Volumes/data/code/gecko/testing/mozbase/mozversion/mozversion/mozversion.py", line 18, in <module>
import mozlog
File "/Volumes/data/code/gecko/testing/mozbase/mozlog/mozlog/__init__.py", line 20, in <module>
from . import commandline
File "/Volumes/data/code/gecko/testing/mozbase/mozlog/mozlog/commandline.py", line 14, in <module>
from . import formatters
File "/Volumes/data/code/gecko/testing/mozbase/mozlog/mozlog/formatters/__init__.py", line 10, in <module>
from .machformatter import MachFormatter
File "/Volumes/data/code/gecko/testing/mozbase/mozlog/mozlog/formatters/machformatter.py", line 10, in <module>
from mozterm import Terminal
ImportError: No module named mozterm
Andrew, can you please have a look? Thanks.
Flags: needinfo?(ahalberstadt)
Comment 1•8 years ago
|
||
I was just waiting for the version bump to merge to central before releasing the latest version of mozlog that has this dependency listed. It should be live now.
Status: NEW → RESOLVED
Closed: 8 years ago
Flags: needinfo?(ahalberstadt)
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•