[issue13172] pysetup run --list-commands fails with a traceback

2011-10-15 Thread Paul Moore
Paul Moore added the comment: I suppose so, yes. But it feels symptomatic of a general lack of clean error handling, which I think should be fixed :-( -- ___ Python tracker ___

[issue13172] pysetup run --list-commands fails with a traceback

2011-10-15 Thread Vinay Sajip
Vinay Sajip added the comment: > so I guess that handling the issue gracefully isn't really important. Then should this issue be closed? -- nosy: +vinay.sajip ___ Python tracker __

[issue13172] pysetup run --list-commands fails with a traceback

2011-10-14 Thread Paul Moore
Paul Moore added the comment: No it didn't - I had not built the _msi module when I built Python for some reason. I have built _msi now, and everything works. Sorry for the false alarm. Arguably, the command shouldn't fail, it should simply omit the bdist_msi command from the listing. But as

[issue13172] pysetup run --list-commands fails with a traceback

2011-10-14 Thread Éric Araujo
Éric Araujo added the comment: Can you tell me if this works: >>> import _msi >>> from packaging.command.bdist_msi import bdist_msi -- ___ Python tracker ___ __

[issue13172] pysetup run --list-commands fails with a traceback

2011-10-13 Thread Paul Moore
New submission from Paul Moore : In a directory with 2 files, setup.cfg and a single C file containing source for an extension module. The same happens with a pure-python module. This is on Windows. PS D:\Data\python-sample> D:\Data\cpython\PCbuild\python.exe -m packaging.run run --list-comma