Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试编写一个 python 脚本,它为音乐项目调用 Skype 号码。出于某种原因,尽管脚本可以连接到 Skype 实例,但当我拨打电话时,应用程序只是等待,并且电话永远不会通过呼叫设备。
我已经在自己的脚本中尝试过这个,示例 record.py 脚本都不起作用。
我在 OSX 10.11.6 上以 32 位模式使用 Python 2.7.10。我正在使用 Skype4py 版本 1.0.35。
这在其他平台上效果更好吗?
我在 Windows 8 上试过这个,osx API 似乎坏了。在 ubuntu trusty 上,代码完全按预期工作。