[PyPy-issue] [issue705] `import site` fails in 1.5 on OSX

Armin Rigo pypy-dev-issue at codespeak.net
Sun May 1 17:07:28 CEST 2011


Armin Rigo <armin.rigo at gmail.com> added the comment:

This occurs to you (and not to the Mac we used for tests) because you have the
environ variable ARCHFLAGS defined.  This occurs because _CONFIG_VARS doesn't
have some keys on PyPy, like LDFLAGS.  I suppose we can fix it by making the
updating of keys conditional on their presence.  Comments, anyone?

----------
status: unread -> chatting

_______________________________________________________
PyPy development tracker <pypy-dev-issue at codespeak.net>
<https://codespeak.net/issue/pypy-dev/issue705>
_______________________________________________________



More information about the Pypy-issue mailing list