Shan-x
Shan-x

Reputation: 1176

ImportError: No module named flask_wtf

for my program I have to use wtf_forms. On my computer I have no problem, but with my server it doesn’t work. I have installed (with apt-get) python-flaskext.wtf and python-wtforms, but it seems it’s not enough, and my researchs are clueless. Can you help me ?

Upvotes: 0

Views: 1558

Answers (1)

theJoestJoeToEverJoe
theJoestJoeToEverJoe

Reputation: 4354

Does:

import flask.ext.wtf

seem to resolve your issue? This works fine for me on raspbian.

Upvotes: 2

Related Questions