homepage

This issue tracker has been migrated to GitHub , and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author paul.moore
Recipients alexis, eric.araujo, paul.moore, tarek
Date 2011年10月13日.18:47:50
SpamBayes Score 2.9575316e-08
Marked as misclassified No
Message-id <1318531671.43.0.795221927422.issue13172@psf.upfronthosting.co.za>
In-reply-to
Content
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-commands
List of available commands:
 bdist: create a built (binary) distribution
 bdist_dumb: create a "dumb" built distribution
Traceback (most recent call last):
 File "D:\Data\cpython\lib\packaging\util.py", line 652, in resolve_name
 ret = getattr(ret, part)
AttributeError: 'module' object has no attribute 'bdist_msi'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
 File "D:\Data\cpython\lib\runpy.py", line 160, in _run_module_as_main
 "__main__", fname, loader, pkg_name)
 File "D:\Data\cpython\lib\runpy.py", line 73, in _run_code
 exec(code, run_globals)
 File "D:\Data\cpython\lib\packaging\run.py", line 666, in <module>
 sys.exit(main())
 File "D:\Data\cpython\lib\packaging\run.py", line 653, in main
 return dispatcher()
 File "D:\Data\cpython\lib\packaging\run.py", line 642, in __call__
 return func(self, self.args)
 File "D:\Data\cpython\lib\packaging\run.py", line 91, in wrapper
 return f(*args, **kwargs)
 File "D:\Data\cpython\lib\packaging\run.py", line 264, in _run
 cls = dispatcher.cmdclass.get(cmd) or get_command_class(cmd)
 File "D:\Data\cpython\lib\packaging\command\__init__.py", line 61, in get_command_class
 cls = resolve_name(cls)
 File "D:\Data\cpython\lib\packaging\util.py", line 654, in resolve_name
 raise ImportError(exc)
ImportError: 'module' object has no attribute 'bdist_msi'
History
Date User Action Args
2011年10月13日 18:47:51paul.mooresetrecipients: + paul.moore, tarek, eric.araujo, alexis
2011年10月13日 18:47:51paul.mooresetmessageid: <1318531671.43.0.795221927422.issue13172@psf.upfronthosting.co.za>
2011年10月13日 18:47:50paul.moorelinkissue13172 messages
2011年10月13日 18:47:50paul.moorecreate

AltStyle によって変換されたページ (->オリジナル) /