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 refi64
Recipients chaselton, ethan.furman, freakboy3742, r.david.murray, refi64, skrah, vstinner
Date 2015-03-08.22:03:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425852190.75.0.168745998267.issue23496@psf.upfronthosting.co.za>
In-reply-to
Content
I'm getting a weird error message building python:

ryan@DevPC-LX:~/stuff/cpydroid$ make
_PYTHON_PROJECT_BASE=/home/ryan/stuff/cpython _PYTHON_HOST_PLATFORM=linux-arm PYTHONPATH=./Lib:./Lib/plat-linux python3 -S -m sysconfig --generate-posix-vars ;\
	if test $? -ne 0 ; then \
		echo "generate-posix-vars failed" ; \
		rm -f ./pybuilddir.txt ; \
		exit 1 ; \
	fi
Could not import runpy module
Traceback (most recent call last):
  File "./Lib/runpy.py", line 15, in <module>
    import importlib.util
  File "./Lib/importlib/util.py", line 6, in <module>
    from ._bootstrap import module_from_spec
ImportError: cannot import name 'module_from_spec'
generate-posix-vars failed
make: *** [pybuilddir.txt] Error 1
ryan@DevPC-LX:~/stuff/cpydroid$ 


I'm trying to build for generic ARM Linux before I attempt updating the changes. Makes sense theoretically.

Then again, when using autotools, NOTHING ever makes sense. I'm probably looking in the wrong direction...
History
Date User Action Args
2015-03-08 22:03:10refi64setrecipients: + refi64, vstinner, r.david.murray, skrah, freakboy3742, ethan.furman, chaselton
2015-03-08 22:03:10refi64setmessageid: <1425852190.75.0.168745998267.issue23496@psf.upfronthosting.co.za>
2015-03-08 22:03:10refi64linkissue23496 messages
2015-03-08 22:03:10refi64create