我在python中有一个名为tb_batch的模块。内容是:
m_d = dt.datetime.now().strftime('%B') + '_' + str(dt.datetime.now().year)
当我尝试使用将该变量导入另一个python程序时,
from tb_batch import m_d
它引发错误:
AttributeError: module 'tb_batch' has no attribute 'm_d'
我在做什么错了?
答案 0 :(得分:0)
我认为这里的问题是银杉细胞。我已经在VisualStudioCode中运行了我的代码,并且工作正常。谢谢大家的贡献