Python wrapper amazon product api

安稳与你 提交于 2019-12-08 08:50:31

问题


I was trying to install the following python wrapper for Amazons product api: http://pypi.python.org/pypi/python-amazon-product-api/0.2.5a1

I'm getting an error "File "setup.py", line 3, in from setuptools import setup, find_packages ImportError: No module named setuptools" once I run the setup.py script. I was wondering if there is something I'm doing wrong. Also, is there some other python wrapper you guys would recommend?

Thanks!


回答1:


You need to install SetupTools first:

http://pypi.python.org/pypi/setuptools#downloads



来源:https://stackoverflow.com/questions/5587560/python-wrapper-amazon-product-api

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!