[New-bugs-announce] [issue14002] distutils2 fails to install a package from PyPI on Python 2.7.2

Paul Moore report at bugs.python.org
Mon Feb 13 16:32:08 CET 2012


New submission from Paul Moore <p.f.moore at gmail.com>:

I created a bdist_wininst installer for distutils2 and installed it into my Python 2.7.2 installation. This is on Wondows, 32-bit. I then tried to do a simple install to test it was working.

>python -m distutils2.run install stemming
Checking the installation location...
Getting information about 'stemming'...
extensions in requires.txt are not supported (used by u'Genshi' 0.6)
u'pywin32': u'214' is not a valid version (field 'Version')
extensions in requires.txt are not supported (used by u'sqlpython' 1.7.2)
Traceback (most recent call last):
  File "D:\Apps\Python27\lib\runpy.py", line 162, in _run_module_as_main
    "__main__", fname, loader, pkg_name)
  File "D:\Apps\Python27\lib\runpy.py", line 72, in _run_code
    exec code in run_globals
  File "D:\Apps\Python27\lib\site-packages\distutils2\run.py", line 664, in <module>
    sys.exit(main())
  File "D:\Apps\Python27\lib\site-packages\distutils2\run.py", line 651, in main
    return dispatcher()
  File "D:\Apps\Python27\lib\site-packages\distutils2\run.py", line 639, in __call__
    return func(self, self.args)
  File "D:\Apps\Python27\lib\site-packages\distutils2\run.py", line 91, in wrapper
    return f(*args, **kwargs)
  File "D:\Apps\Python27\lib\site-packages\distutils2\run.py", line 167, in _install
    return not install(target)
  File "D:\Apps\Python27\lib\site-packages\distutils2\install.py", line 514, in install
    info = get_infos(project)
  File "D:\Apps\Python27\lib\site-packages\distutils2\install.py", line 338, in get_infos
    release = index.get_release(requirements)
  File "D:\Apps\Python27\lib\site-packages\distutils2\pypi\wrapper.py", line 28, in decorator
    if f != func.im_self and hasattr(f, func.f_name):
AttributeError: 'function' object has no attribute 'f_name'

The initial errors look like complaints about existing packages I have installed by other means (setuptools or bdist_wininst). The final one looks like a bug in distutils2, though.

----------
assignee: tarek
components: Distutils2
messages: 153278
nosy: alexis, eric.araujo, pmoore, tarek
priority: normal
severity: normal
status: open
title: distutils2 fails to install a package from PyPI on Python 2.7.2
type: behavior
versions: Python 2.7

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


More information about the New-bugs-announce mailing list