how to add scaffolds in virtual environment. I want to add Akhet scaffold into my virtual environment?

61 views Asked by At

after all googling and searching i came here... I want to use Akhet http://pypi.python.org/pypi/Akhet scaffold and i want to continue with that to develop my application. Now the problem is that i don't have any idea to include any scaffold in my virtual environment. I have tried with the following lines env/bin/pcreate -s akhet pythonakhen Since i don't have akhet in my scaffold list the line given me an error Unavailable scaffolds: ['akhet']. please help me to add any scaffalod in my virtual environment so that i can us them to generate the skeleton of the application.

1

There are 1 answers

0
Sascha Gottfried On

Forget Akhet. The current version 2.0 does not provide a scaffold anymore and is rather outdated. Just follow the official pyramid documentation, there is plenty of stuff builtin if you rely on the scaffolds shipped with pyramid 1.5 and the way it works in year 2014.

These links are your friends