Message 237654 - Python tracker (original) (raw)

Message237654

Author skrah
Recipients chaselton, ethan.furman, freakboy3742, r.david.murray, refi64, skrah, vstinner
Date 2015-03-09.14:45:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id 1425912342.08.0.250720167941.issue23496@psf.upfronthosting.co.za
In-reply-to
Content
> ImportError: cannot import name 'module_from_spec' The command line uses the system python3, which is "too old" and does not have 'module_from_spec' yet. Try running ... python3 -S -m sysconfig --generate-posix-vars ... and then continue with `make`. We should open an issue for that, it's annoying.
History
Date User Action Args
2015-03-09 14:45:42 skrah set recipients: + skrah, vstinner, r.david.murray, freakboy3742, ethan.furman, refi64, chaselton
2015-03-09 14:45:42 skrah set messageid: 1425912342.08.0.250720167941.issue23496@psf.upfronthosting.co.za
2015-03-09 14:45:42 skrah link issue23496 messages
2015-03-09 14:45:41 skrah create