0

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 ?

1
  • Are you using a virtual environment? Are you using apache? Commented Sep 12, 2013 at 21:50

1 Answer 1

2

Does:

import flask.ext.wtf

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

Not the answer you're looking for? Browse other questions tagged or ask your own question.