A web framework of python
Operationing enviroment : A virtual OS of Archlinux of Python3.3
what is it? http://docs.pylonsproject.org/projects/pyramid/en/latest/index.html
how to install http://docs.pylonsproject.org/projects/pyramid/en/latest/narr/install.html
But i found that there was something wrong during the installation.
Error page : http://codepad.org/o4ot7rBy
After googling for a long time i figured out that's it's all because of the Unicode!!!!!
I changed the unicode
vi /etc/locale.conf
LANG="en_US.UTF-8"
$~ locale-gen
then reboot the computer
try again.
$~ cd env
$~ ./bin/easy_install pyramid
successfully done!
it works
Spending one hour reading it's installation and figuring out how it works.
Now start learning.
Learned two new fancy words:
starter scaffold
alchemy scaffold
To start a project using ./bin/pcreate in virtualenvhttp://docs.pylonsproject.org/projects/pyramid/en/latest/narr/project.html#project-narr
web philosophy
To Be Continued

被折叠的 条评论
为什么被折叠?



