goFrendiAsgard / kokoropy

A 心から educational MVC python web framework
MIT License
13 stars 4 forks source link

Error when installing #5

Open shiundu opened 9 years ago

shiundu commented 9 years ago

Hey guys, I got an error while installing the framework would you have any ideas I went through the documentation and I really like its layout since am familiar with CodeIgniter. hope to hear your response soon.

kokoropy error

goFrendiAsgard commented 9 years ago

Do you have pip, try to do this: pip install mako

shiundu commented 9 years ago

Unfortunately I also had an issue with that, mako error 1

goFrendiAsgard commented 9 years ago

This is strange. Pip is supposed to work. Probably you should try something else. Try to install mako by downloading the package (https://pypi.python.org/pypi/Mako/) Unzip it, and run

python setup.py

skunkius commented 9 years ago

Same problem with mako.template, when trying to launch. Mako installed successfully, but the problem is still the same.

goFrendiAsgard commented 9 years ago

Is the error message also similar?

skunkius commented 9 years ago

Error message the same as shiundu first comment.

goFrendiAsgard commented 9 years ago

Okay. I'll inspect this further and let you know once the solution is found. Thank you.