Comment 3 for bug 1732272

Revision history for this message
Uwe Klotz (uklotzde-deactivatedaccount) wrote : Re: SCons 3.0.0 on Fedora 27: ModuleNotFoundError

Thanks, imports fixed:

from .<optional-subfolder> import <package>

But now the next blocker appeared:

ERROR:root:Couldn't determine platform. os.name: posix sys.platform: linux
Exception: invalid target platform:
  File "/home/uk/Projects/Mixxx/mixxx/SConstruct", line 72:
    toolchain, available_features)
  File "/home/uk/Projects/Mixxx/mixxx/build/mixxx.py", line 46:
    raise Exception("invalid target platform")