This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:42skrahsetrecipients: + skrah, vstinner, r.david.murray, freakboy3742, ethan.furman, refi64, chaselton
2015-03-09 14:45:42skrahsetmessageid: <1425912342.08.0.250720167941.issue23496@psf.upfronthosting.co.za>
2015-03-09 14:45:42skrahlinkissue23496 messages
2015-03-09 14:45:41skrahcreate