问答详情
源自:3-9 实战:基于xlrd模块实现考试系统题库管理

老师,数据库我已经set up 好了,run的时候还是报错了,您能帮忙看看吗?

Traceback (most recent call last):
  File "C:/workspace/python/DataAbalysisCode/excelproject.py", line 31, in <module>
    db = dbhelper('127.0.0.1',3306, "root", "123456", "test")
TypeError: dbhelper() takes no arguments

提问者:weixin_慕尼黑5522580 2020-06-08 10:22

个回答

  • 离岛
    2020-06-08 14:33:42

    排查下mysqlhelper.py这个文件的__init__方法,这个init前后的下划线是两个

  • 小小程序员一枚
    2020-06-30 14:47:31

    对!这是构造方法没有正确的创建