[issue18255] CPython setup.py problems

Ronald Oussoren report at bugs.python.org
Tue Jun 18 16:49:10 CEST 2013


Ronald Oussoren added the comment:

So much for obviously correct changes...

1) fix typo in import statement (from sysconfig import import ...)

2) setup.py uses sysconfig.get_path and that's not present in distutils.sysconfig.

(Sigh..., why are there two modules with almost but not entirely equal functionality and APIs?)

----------
Added file: http://bugs.python.org/file30642/setup-update-v2.txt

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18255>
_______________________________________


More information about the Python-bugs-list mailing list