I want to install setup file of twilio. When I install it through given command it is given me an error:
No module named setuptools.
Could you please let me know what should I do?
I am using python 2.7
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:Python27>python D:estwilio-twilio-python-26f6707setup.py install
Traceback (most recent call last):
File "D:estwilio-twilio-python-26f6707setup.py", line 2, in <module>
from setuptools import setup, find_packages
ImportError: No module named setuptools
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…