Richard Oudkerk <[email protected]> added the comment: I suspect the problem is related to http://bugs.python.org/issue15298.
Basically the global sysconfig module caches the results of parsing Makefile in Lib/_sysconfigdata.py. This can cause you to get the config vars from an old configure and build. ---------- nosy: +sbt _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue15184> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
