Connect python with a MySQL database -


i have latest version of python installed , seems no connection tool seems compatible version

google searches lead to

  • "mysqldb" seams outdated @ point - if use "pip install mysql" throws error (could not find version statisfies requirement mysqldb - no matching distribution found) , searches hint never developed python 3.x until found blog: http://mysql-python.blogspot.de/ hints command wrong "pip install mysql-python" copies parts of stuff until throws error: unable find vcvarsall.bat
  • "mysql connector" (the api mysql) throws error: python 3.4 not found. mean don't have 3.4.0 3.4.3 maybe reason

tools sqlalchemy require have connection tool already. mean use different database mysql - seemed 1 of common ones...

it missed 1 of more recent tools. since stopped me getting anywhere quite days decided ask.

thanks in advance


Comments