我正在尝试使用 URL、ID 和 PASS 登录到 salesforce.com 的沙箱。我想为此使用 SOAP API。当我尝试在 python3 中导入 beatbox 时,它会引发 ImportError 异常。但是,我可以确认 beatbox 安装在 python3 中。那么我做错了什么?还有其他方法吗?
Python 3.5.0 (default, Dec 6 2015, 17:23:12)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-16)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import beatbox
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python3.5/site-packages/beatbox-32.1-py3.5.egg/beatbox/__init__.py", line 1, in <module>
ImportError: No module named '_beatbox'
>>>