从python模块导入变量

时间:2018-09-04 09:05:30

标签: python jupyter-notebook python-import

我在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'

我在做什么错了?

1 个答案:

答案 0 :(得分:0)

我认为这里的问题是银杉细胞。我已经在VisualStudioCode中运行了我的代码,并且工作正常。谢谢大家的贡献