python - Flask quickstart on openshift how to setup on localhost -


i new python , flask thing. have done installed flask on openshift server using options available in backend while creating new application.

now when git cloned application on local machine unable run directly. using netbeans ide , when try run application netbeans, gives me error:

'no module named flask'

does have idea deploying flask openshift on local machine?


Comments

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -