Open ghost opened 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']
You can try to also install pyramid_chameleon:
pyramid_chameleon
$ pip install pyramid_chameleon
Following the tutorial: