FormAlchemy / pyramid_formalchemy

44 stars 14 forks source link

Creating a fresh project requires chameleon #31

Open ghost opened 11 years ago

ghost commented 11 years ago

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 11 years ago

You can try to also install pyramid_chameleon:

$ pip install pyramid_chameleon