Control: tag -1 sid stretch
Control: block 810136 with -1

On Wed, 20 Jan 2016 16:46:24 +0800 Thomas Goirand <z...@debian.org> wrote:
> Package: python3-cmd2
> Version: 0.6.7-2

> AttributeError: module 'subprocess' has no attribute 'mswindows'
> 
> Obviously, I'm not running mswindows... :)

seems to be related to python 3.5:

$ python3.4 -m cmd2
$ python3.5 -m cmd2
Traceback (most recent call last):
  File "/usr/lib/python3.5/runpy.py", line 184, in _run_module_as_main
    "__main__", mod_spec)
  File "/usr/lib/python3.5/runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "/usr/lib/python3/dist-packages/cmd2.py", line 181, in <module>
    if subprocess.mswindows:
AttributeError: module 'subprocess' has no attribute 'mswindows'


Andreas

Reply via email to