ActiDoo / gamification-engine

gamification-engine (gengine) is a framework for developing gamification features for your application
MIT License
434 stars 108 forks source link

error with " gengine_quickstart myengine" #1

Closed zqian closed 9 years ago

zqian commented 9 years ago

Hi, all: I got the following error when executing the line " gengine_quickstart myengine" in the installation instruction:

$ gengine_quickstart myengine Error: [Errno 2] No such file or directory: '/usr/local/lib/python2.7/site-packages/quickstart_template'

Any suggestions?

msander commented 9 years ago

Sorry, I renamed the folder and forgot to update the script. Fixed :) Thanks for your report!

zqian commented 9 years ago

I am still having the same problem.

msander commented 9 years ago

have you updated the package?

pip install -U gamification-engine

or directly the git master:

pip install https://github.com/ActiDoo/gamification-engine/archive/master.zip

zqian commented 9 years ago

That does work! Thanks!