[New-bugs-announce] [issue15282] pysetup still installed

Antoine Pitrou report at bugs.python.org
Sat Jul 7 17:52:26 CEST 2012


New submission from Antoine Pitrou <pitrou at free.fr>:

It seems to have eschewed the packaging removal.

$ rm /home/antoine/opt/bin/pysetup3.3 
$ make altinstall > /dev/null
$ pysetup3.3 
Traceback (most recent call last):
  File "/home/antoine/opt/bin/pysetup3.3", line 3, in <module>
    from packaging.run import main
  File "<frozen importlib._bootstrap>", line 1294, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1245, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 1294, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1258, in _find_and_load_unlocked
ImportError: No module named 'packaging'

----------
components: Build, Library (Lib)
messages: 164887
nosy: eric.araujo, georg.brandl, pitrou
priority: release blocker
severity: normal
status: open
title: pysetup still installed
versions: Python 3.3

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


More information about the New-bugs-announce mailing list