ActiDoo / gamification-engine

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

Issues during db initialize #9

Closed darkmeiun closed 8 years ago

darkmeiun commented 8 years ago

during the install steps keep receiving the below:

Traceback (most recent call last): File "/bin/initialize_gengine_db", line 9, in load_entry_point('gamification-engine==0.1.34', 'console_scripts', 'initialize_gengine_db')() File "/usr/lib/python2.7/site-packages/gengine/scripts/initializedb.py", line 58, in main from ..models import ( ImportError: cannot import name Property

romdim commented 8 years ago

Just found out that due to this: https://github.com/ActiDoo/gamification-engine/commit/822651ea531aec068c19f0bde2f02acbc89cb781 initializedb.py should import AchievementProperty instead of Property Will make a pull request.. :)

Update: As I can see it has already been implemented in the latest commits but not released under any tag. We just need a new release: @msander or @feldi88 ! Thank you!

feldi-online commented 8 years ago

Thanks for your comment. I will check the current master tomorrow and release a new version if there are not any problems.

feldi-online commented 8 years ago

I just finished the new release and published it (https://github.com/ActiDoo/gamification-engine/releases/tag/v0.1.35). The initialization of the database should now work again.