I am trying to use the Sign in with SteamID snippet from the Flask site. However, I get ImportError: No module named flaskext.sqlalchemy
when I try to run it, and PyCharm says Uresolved reference "flaskext"
and Uresolved reference "OpenID"
. I re-installed Flask-OpenID and Flask-SQLAlchemy to make sure they were there. Why am I getting this error and how do I fix it?