DESCRIPTION

Traceback (most recent call last):

  • File "bin/pymvpa2", line 192, in <module>

  • args = parser.parse_args()

  • File "/usr/lib/python2.7/argparse.py", line 1701, in parse_args

  • args, argv = self.parse_known_args(args, namespace)

  • File "/usr/lib/python2.7/argparse.py", line 1733, in parse_known_args

  • namespace, args = self._parse_known_args(args, namespace)

  • File "/usr/lib/python2.7/argparse.py", line 1921, in _parse_known_args

  • positionals_end_index = consume_positionals(start_index)

  • File "/usr/lib/python2.7/argparse.py", line 1898, in consume_positionals

  • take_action(action, args)

  • File "/usr/lib/python2.7/argparse.py", line 1807, in take_action

  • action(self, namespace, argument_values, option_string)

  • File "/usr/lib/python2.7/argparse.py", line 1096, in __call__

  • subnamespace, arg_strings = parser.parse_known_args(arg_strings, None)

  • File "/usr/lib/python2.7/argparse.py", line 1733, in parse_known_args

  • namespace, args = self._parse_known_args(args, namespace)

  • File "/usr/lib/python2.7/argparse.py", line 1939, in _parse_known_args

  • start_index = consume_optional(start_index)

  • File "/usr/lib/python2.7/argparse.py", line 1879, in consume_optional

  • take_action(action, args, option_string)

  • File "/usr/lib/python2.7/argparse.py", line 1807, in take_action

  • action(self, namespace, argument_values, option_string)

  • File "/tmp/buildd/pymvpa2-2.3.1/mvpa2/cmdline/helpers.py", line 45, in __call__

  • helpstr = parser.format_help()

  • File "/usr/lib/python2.7/argparse.py", line 2314, in format_help

  • return formatter.format_help()

  • File "/usr/lib/python2.7/argparse.py", line 281, in format_help

  • help = self._root_section.format_help()

  • File "/usr/lib/python2.7/argparse.py", line 211, in format_help

  • func(*args)

  • File "/usr/lib/python2.7/argparse.py", line 211, in format_help

  • func(*args)

  • File "/usr/lib/python2.7/argparse.py", line 517, in _format_action

  • help_text = self._expand_help(action)

  • File "/usr/lib/python2.7/argparse.py", line 603, in _expand_help

  • return self._get_help_string(action) % params

KeyError: 'name'

AUTHOR

Written by Michael Hanke & Yaroslav Halchenko, and numerous other contributors.

COPYRIGHT

Copyright © 2006-2014 PyMVPA developers

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.