网站首页 美食营养 游戏数码 手工爱好 生活家居 健康养生 运动户外 职场理财 情感交际 母婴教育 时尚美容

TypeError: 'module' object is not callable

时间:2024-10-15 05:50:44

1、test是模块, class test是类

TypeError: 'module' object is not callable

2、import导入的是模块test,模块test是不能实例化的

TypeError: 'module' object is not callable

3、模块test里的test类是可以实例化的

TypeError: 'module' object is not callable

4、所以此处应该写t = test.test()

TypeError: 'module' object is not callable

5、或者用form 包名.模块名 import 类名的方式导入

TypeError: 'module' object is not callable

6、这样就可以正常运行了,搞清楚包,模块和类的区别即可

TypeError: 'module' object is not callable
© 2025 小知经验
信息来自网络 所有数据仅供参考
有疑问请联系站长 site.kefu@gmail.com