Build is incompatible with SCons 3 / Python 3
Bug #1732272 reported by
Uwe Klotz
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mixxx |
Fix Released
|
Medium
|
Unassigned |
Bug Description
After upgrading to Fedora 27 and SCons 3.0.0 the build aborts immediately with the following error:
scons: Reading SConscript files ...
ModuleNotFoundE
File "/home/
from build import mixxx, features, depends
File "/home/
import util
Real blocker, I'm currently not able to build Mixxx. Any ideas?
Changed in mixxx: | |
importance: | Undecided → High |
Changed in mixxx: | |
importance: | High → Critical |
milestone: | none → 2.1.0 |
Changed in mixxx: | |
milestone: | none → 2.3.0 |
status: | Fix Released → Fix Committed |
Changed in mixxx: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
https:/ /stackoverflow. com/questions/ 12172791/ changes- in-import- statement- python3
does
from . import util
helps?