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 Benedikt.Morbach
Recipients Benedikt.Morbach
Date 2014-10-24.23:52:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1414194759.57.0.515625475535.issue22724@psf.upfronthosting.co.za>
In-reply-to
Content
For cross-builds the byte-compiling and 2to3 Grammar generation fail.

This is because PYTHONPATH/sys.path includes 'build/lib.$PLATFORM', in which the compiled .so modules reside.
The host python obviously barfs on those, as they are compiled for a different architecture.

However, this directory also contains _sysconfigdata.py, which is needed at all times.

A possible fix would be to separate those two.
History
Date User Action Args
2014-10-24 23:52:39Benedikt.Morbachsetrecipients: + Benedikt.Morbach
2014-10-24 23:52:39Benedikt.Morbachsetmessageid: <1414194759.57.0.515625475535.issue22724@psf.upfronthosting.co.za>
2014-10-24 23:52:39Benedikt.Morbachlinkissue22724 messages
2014-10-24 23:52:39Benedikt.Morbachcreate