cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4504
Views
1
Helpful
1
Replies

ImportError: No module named setuptools

dalin1
Cisco Employee
Cisco Employee

While following the walk through guide for installing the acitoolkit, the following error was encountered:

C:\Program Files (x86)\Git\acitoolkit>python setup.py install

Traceback (most recent call last):

  File "setup.py", line 1, in <module>

    from setuptools import setup

ImportError: No module named setuptools

What step am I missing?

Thanks

1 Reply 1

Zach Seils
Level 7
Level 7

Hi David,

You need to have the setuptools package installed for the acitoolkit install to work.  You can find it here:

https://pypi.python.org/pypi/setuptools

I will update the documentation.

Zach