11
ImportError : MySQLdb라는 모듈이 없습니다.
내 웹 응용 프로그램의 로그인 페이지를 만들기 위해 다음 자습서를 참조하고 있습니다. http://code.tutsplus.com/tutorials/intro-to-flask-signing-in-and-out--net-29982 데이터베이스에 문제가 있습니다. 나는 얻고있다 ImportError: No module named MySQLdb 내가 실행할 때 http://127.0.0.1:5000/testdb 튜토리얼 easy_install, sudo apt-get install에서 언급 한 python mysql을 설치하는 가능한 모든 방법을 시도했습니다. 내 가상 환경에 mysql을 설치했습니다. 내 디렉토리 구조는 튜토리얼에서 …