随笔分类 - Python
Python3链接数据库报错:Connection.__init__() takes 1 positional argument but 5 positional arguments (and 1 keyword-only argument) were given
摘要:一、现象 Python3链接数据库报错:Connection.__init__() takes 1 positional argument but 5 positional arguments (and 1 keyword-only argument) were given 二、解决 把以下红色位置
阅读全文
Python 提示 “No matching distribution found for MySQLdb”
摘要:一、现象 终端运行:pip install MySQLdb 报: ERROR: Could not find a version that satisfies the requirement MySQLdb (from versions: none) ERROR: No matching distr
阅读全文
Python中文件命名的注意事项
摘要:1、不能与内置模块名相同, 如os、re
阅读全文