I\'m using:
If it can help, I solved by replace :
from flask.ext.mongoengine import MongoEngine
by :
from flask_mongoengine import MongoEngine