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'的主要内容,如果未能解决你的问题,请参考以下文章
[错误处理]AttributeError: 'generator' object has no attribute 'next'
PyCharm导入pymysql包运行报错问题解决:No module named 'PyMySQL'
Python脚本报错AttributeError: ‘module’ object has no attribute’xxx’解决方法
Python脚本报错AttributeError: ‘module’ object has no attribute’xxx’解决方法
Python - celery 相关报错 - AttributeError: type object '_multiprocessing.win32' has no attribute