[issue15282] pysetup still installed

2012-07-07 Thread Antoine Pitrou
Antoine Pitrou added the comment: > Are you sure you built from a clean checkout? (i.e. no build dir with > a leftover pysetup script) Ach, that was it. Sorry for the false alarm. -- resolution: -> invalid stage: -> committed/rejected status: open -> closed ___

[issue15282] pysetup still installed

2012-07-07 Thread Éric Araujo
Éric Araujo added the comment: An older Makefile* can also explain this. -- ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue15282] pysetup still installed

2012-07-07 Thread Éric Araujo
Éric Araujo added the comment: grep only finds one reference to pysetup, in the MSI code. Are you sure you built from a clean checkout? (i.e. no build dir with a leftover pysetup script) -- ___ Python tracker _

[issue15282] pysetup still installed

2012-07-07 Thread Antoine Pitrou
New submission from Antoine Pitrou : 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 from packaging.run import main