Traceback (most recent call last):
File "/bin/putup", line 11, in <module>
sys.exit(run())
File "local/lib/python2.7/site-packages/pyscaffold/shell.py", line 54, in func_wrapper
func(*args, **kwargs)
File "local/lib/python2.7/site-packages/pyscaffold/utils.py", line 102, in func_wrapper
func(*args, **kwargs)
File "local/lib/python2.7/site-packages/pyscaffold/cli.py", line 257, in run
main(sys.argv[1:])
File "local/lib/python2.7/site-packages/pyscaffold/cli.py", line 243, in main
create_project(opts)
File "local/lib/python2.7/site-packages/pyscaffold/cli.py", line 206, in create_project
proj_struct = structure.make_structure(opts)
File "local/lib/python2.7/site-packages/pyscaffold/structure.py", line 62, in make_structure
'skeleton.py': templates.skeleton(opts)},
File "local/lib/python2.7/site-packages/pyscaffold/templates/__init__.py", line 298, in skeleton
return template.substitute(opts)
File "/usr/lib/python2.7/string.py", line 172, in substitute
return self.pattern.sub(convert, self.template)
File "/usr/lib/python2.7/string.py", line 162, in convert
val = mapping[named]
KeyError: u'namespace_pkg'
pip list
pbr (1.8.1)
pip (7.1.2)
pyscaffold (2.4.3)
setuptools (18.4)
setuptools-scm (1.8.0)
six (1.10.0)
I get an exception when I try to create a new package with
putpup new_packagesince the new version 2.4.3, 2.4.2 works fine:My environment: