I'm building a Flask app with Python 2.7.6 on Windows 7. I got this error when I try to open a page with a wtforms inside:
IOError: [Errno 2] No translation file found for domain: 'wtforms'
I created a virtualenv environment and installed the required packages. Every other page that has not a wtform works fine.