Python wrapper amazon product api

2019-06-02 01:50发布

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条回答
闹够了就滚
2楼-- · 2019-06-02 02:23

You need to install SetupTools first:

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

查看更多
登录 后发表回答