FormAlchemy/pyramid_formalchemy

Creating a fresh project requires chameleon

Opened this issue · 1 comments

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']

You can try to also install pyramid_chameleon:

$ pip install pyramid_chameleon