Installed PyCharm. Installed all necessary packages for interpreter. I'm trying to run my code out of it. But I get the error OSError: dlopen(libmmal.so, 6): image not found
that's all that is imported
from flask import Flask, session, url_for, escape, request, jsonify from simplepam import authenticate from flask import render_template, redirect import datetime import time import os from threading import Lock import picamera import ConfigParser
Who faced?