[PyPy-issue] [issue674] sysconfig.get_config_var("CC")

ys pypy-dev-issue at codespeak.net
Mon Mar 14 23:38:31 CET 2011


New submission from ys <ysbalt at live.com>:

I am using the near-tip version of pypy on OSX. I am trying to install other
modules in pypy. The setup file relies on
distutils.sysconfig.get_config_var("CC"), which returns None. How can this be
added to pypy. To reproduce, in pypy-c:
$ pypy-c
>>>> import distutils.sysconfig
>>>> distutils.sysconfig.get_config_var("CC")
>>>> distutils.sysconfig.get_config_var("CC") == None
True
>>>> distutils.sysconfig.get_config_vars()
{'EXE': '', 'SO': '.pypy-14.so', 'SOABI': ''}

----------
effort: ???
messages: 2308
nosy: baltcode, pypy-issue
priority: bug
release: ???
status: unread
title: sysconfig.get_config_var("CC")

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



More information about the Pypy-issue mailing list