随笔分类 -  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 二、解决 把以下红色位置 阅读全文
posted @ 2021-12-15 17:14 小老虎网络 阅读(3667) 评论(0) 推荐(0)
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 阅读全文
posted @ 2021-12-15 15:13 小老虎网络 阅读(4056) 评论(1) 推荐(0)
Python中文件命名的注意事项
摘要:1、不能与内置模块名相同, 如os、re 阅读全文
posted @ 2021-12-09 17:49 小老虎网络 阅读(142) 评论(0) 推荐(0)