In fact I cannot use any pakage now!
It seems that you virtual environment doesn't work. You've installed the flask-script package, but when you run the script, it still looks for it in C:\Python3.4
. You may give us more info so that we can figure it out where is wrong. (How do you install it, how do you active the virtualenv, does reinstall virtualenv work, close the cmd shell and try again works?)
Also note that from flask.ext.extension import xxx
is the old way to use the flask extension. Instead you should use from flask_script import Manager, Server
if you are using the latest flask-script 2.0.5