Re: Running Python command - Error

2013-05-13 Thread Germán A. Racca
On 05/13/2013 06:37 PM, Jim wrote: Fedora 18 Where do I find the setuptools module ? For error below $python setup.py install Traceback (most recent call last): File "setup.py", line 2, in from setuptools import setup, find_packages ImportError: No module named setuptools Below is

Running Python command - Error

2013-05-13 Thread Jim
Fedora 18 Where do I find the setuptools module ? For error below $python setup.py install Traceback (most recent call last): File "setup.py", line 2, in from setuptools import setup, find_packages ImportError: No module named setuptools Below is the setup.py #!/usr/bin/env python f