wapiti-2.3.0.tar.gz
python-setuptools
Download
$ wget http://wapiti.sourceforge.net/
Extract
$ tar -zxvf wapiti-2.3.0.tar.gz -C /opt/
**Depends on which folder you prefer
Installation
/opt/wapiti-2.3.0# python setup.py install
Error in Installation
Traceback (most recent call last):
File "setup.py", line 2, in
from setuptools import setup, find_packages
ImportError: No module named setuptools
**Please install python-setuptools to correct this error.
$ sudo apt-get install python-setuptools
#EOT
No comments:
Post a Comment