Creating a fresh project requires chameleon
Opened this issue · 1 comments
Deleted user commented
Following the tutorial:
$ pip install pyramid_formalchemy pyramid_fanstatic fa.jquery
$ pcreate -s alchemy -s pyramid_fa myapp
Warning: could not load entry point pyramid_fa (ImportError: No module named chameleon.zpt.template)
Unavailable scaffolds: ['pyramid_fa']
bbinet commented
You can try to also install pyramid_chameleon
:
$ pip install pyramid_chameleon