无法在Windows 7 64位上安装带有django 1.8.2的MySQL 5.5

时间:2015-05-24 17:52:18

标签: python mysql django windows-7-x64

我在Win7 64bit上安装了MySQL 5.5作为XAMPP堆栈的一部分。我正在使用python 3.4,我想尝试Django。所以我在命令行中使用pip安装了Django,它在默认的sqlite3 db中工作正常。

为了集成MySQL,我看到安装了' mysql-connector-python'用pip。我将引擎更改为了#mys; .connector.django'。我使用DATABASE设置更改了settings.py文件,如下所示:

Operator<AnotherDerivedState>

当我检查服务器时,出现以下错误:

State

发现此处存在错误 - https://bugs.mysql.com/bug.php?id=76752

对于解决方案,它建议 -

$(myContainingDiv).on('scroll', function () {
    if (this.scrollTop() == this.height()) {
        // Do Something...
    };
});

如何调整后端?我不知道该怎么办。

2 个答案:

答案 0 :(得分:4)

从分叉版本开始安装。

pip install git+https://github.com/multiplay/mysql-connector-python

来自Github repo说明这个是

  

mysql-connector-python版本2.0.4的分支(可能已经重新定位   在点上)直到上游问题得到解决

bug url获得了参考资料。

答案 1 :(得分:1)

最新版本的mysql-connector-python适用于Django 1.8。你可以从mysql网站上获取它。 (版本mysql-connector-python-2.1.3)

从MySQL安装它:

pip install http://dev.mysql.com/get/Downloads/Connector-Python/mysql-connector-python-2.1.3.tar.gz