[issue14002] distutils2 fails to install a package from PyPI on Python 2.7.2

Tetsuya Morimoto report at bugs.python.org
Mon Mar 12 23:07:57 CET 2012


Tetsuya Morimoto <tetsuya.morimoto at gmail.com> added the comment:

I can reproduce it on Mac OS X.

I made a patch which checks the "func_name" attribute of function before it refers. It works for me. However, I wonder if a function has both "func.im_self" and "func.func_name"? Tell me the background because I'm newbie for distutils2.

----------
keywords: +patch
nosy: +t2y
Added file: http://bugs.python.org/file24801/distutils2_pypi_wrapper.patch

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


More information about the Python-bugs-list mailing list