pymysql报AttributeError: module 'pymysql' has no attribute 'connect'

Posted 杨灏

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了pymysql报AttributeError: module 'pymysql' has no attribute 'connect'相关的知识,希望对你有一定的参考价值。

错误

AttributeError: module pymysql has no attribute connect

有道翻译

AttributeError:模块pymysql没有属性Connect

难道没安装成功?点击也能看源码啊

解决:

找了半天才发现文件名起成包的名字而造成的问题,记住文件名一定不能起成和包名字相同。

 

以上是关于pymysql报AttributeError: module 'pymysql' has no attribute 'connect'的主要内容,如果未能解决你的问题,请参考以下文章