gpt4 book ai didi

Python - 日期和时间 : AttributeError: 'module' object has no attribute 'month'

转载 作者:太空宇宙 更新时间:2023-11-03 14:13:01 30 4
gpt4 key购买 nike

这是我在 Python 中编写的日历代码,我已将它保存到我的文件夹中作为 calendar.py

import calendar
a = calendar.month(2016, 3)
print (a)
print ("The Calendar :")

当我执行它时,它会引发错误:

Traceback (most recent call last):
File "calendar.py", line 1, in <module>
import calendar
File "/opt/lampp/htdocs/py/calendar.py", line 2, in <module>
a = calendar.month(2016, 3)
AttributeError: 'module' object has no attribute 'month'

这是怎么回事?

最佳答案

问题是您为文件使用了名称 calendar.py。使用任何其他名称,您将能够导入 python 模块日历。

关于Python - 日期和时间 : AttributeError: 'module' object has no attribute 'month' ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35769871/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com