我试图用我的账号在twitter上发布一条消息,但我一直收到这个错误(标题中的那个),我不确定为什么我会收到这个错误,请帮助我。import time msg = "I am a message that will be sent to Twitter!" password_manager.add_password("Twitter API",
然而,现在我得到了错误: AttributeError: module 'os' has no attribute 'chdir' 谁能告诉我这里出了什么问题,以及我如何解决这个问题?其他操作系统模块似乎仍然工作得很好。当我运行时: for file in os.listdir(DIR):
print(file) 它给出了我所期望的输出。