Link to home
Start Free TrialLog in
Avatar of xRalf
xRalf

asked on

python program installation

Hello,

I'm interested in the installation of this project http://code.google.com/p/periscope/ from source code.
I have done
svn checkout http://periscope.googlecode.com/svn/trunk/ periscope-read-only
cd periscope-read-only
python setup.py install
it writes
Traceback (most recent call last):
  File "setup.py", line 1, in <module>
    from setuptools import setup
ImportError: No module named setuptools

Do you know where is the problem and how to install it?

thanks


ASKER CERTIFIED SOLUTION
Avatar of clockwatcher
clockwatcher

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial