Hi,
I want to do lookup from mysql database. the python in my linux is python 2.3, and i installed splunk 3.4 and splunk 4.0, so there are 3 pythons in the server -- 2.3, 2.5 and 2.6.
I want to append mysqldb to python 2.6. The following are the steps and console messages.
cd MySQL-python-1.2.3c1
python2.6 setup.py build
ImportError: No module named setuptools
sh setuptools-0.6c11-py2.6.egg
ImportError: No module named command.bdist
Anyone can help? Thanks,
//Note: it goes well when install setuptools and mysqldb to the local python 2.3.
Dianbo