[pypy-issue] [issue779] Can't install anything on windows with mingw

Jose Antonio Martin H. tracker at bugs.pypy.org
Tue Jul 5 10:42:13 CEST 2011


Jose Antonio Martin H. <jamartinh at fdi.ucm.es> added the comment:

Hi,

By now,

forcing it!

     from distutils import sysconfig
     from distutils.sysconfig_cpython import get_config_h_filename
     import string
     # if sys.version contains GCC then python was compiled with
     # GCC, and the pyconfig.h file should be OK
     if string.find(sys.version,"GCC") >= 0:
         return (CONFIG_H_OK, "sys.version mentions 'GCC'")

     #fn = sysconfig.get_config_h_filename()
     fn = get_config_h_filename()

El 05/07/2011 10:15, Amaury Forgeot d Arc escribió:
>
> Amaury Forgeot d Arc<amauryfa at gmail.com>  added the comment:
>
> Done with fa231fb66d6c.
> jamartinh, how did you work around the 'get_config_h_filename' issue?
>
> ________________________________________
> PyPy bug tracker<tracker at bugs.pypy.org>
> <https://bugs.pypy.org/issue779>
> ________________________________________

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue779>
________________________________________


More information about the pypy-issue mailing list