gpt4 book ai didi

python - 尝试使用 "import twilio"而不是 "from twilio import twiml"

转载 作者:太空宇宙 更新时间:2023-11-04 09:14:58 25 4
gpt4 key购买 nike

这个有效:

from twilio import twiml
r = twiml.Response()

但是

import twilio
r = twilio.twiml.Response()

失败了

AttributeError: 'module' object has no attribute 'twiml'

为什么?我怎样才能避免使用“from twilio import stuff”?

最佳答案

您可能还需要导入子模块:

import twilio.twiml

关于python - 尝试使用 "import twilio"而不是 "from twilio import twiml",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10808340/

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