开发者

my python client for magento is not installing

I downloaded the python client for magento from Here But When I am downloading is using 开发者_如何学JAVApython setup.py install then it shows following error. How can i rectify this error?

error:

File "setup.py", line 31, in <module>
    import magento
  File "/home/sam/Downloads/magento-0.1.1/magento/__init__.py", line 21, in <module>
    from api import API
  File "/home/sam/Downloads/magento-0.1.1/magento/api.py", line 13, in <module>
    from suds.client import Client


Are you getting

ImportError: No module named suds.client

as the last line of the error message? If so, perhaps you need to install this.


You need to install suds. better to use pip for it

pip install suds

It is easier to use with virtualenv

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜