Hi,
I was working with installing SplunkIT on a host here with Splunk installed, but the system has python 2.4.3
Instead i tried to point SplunkIT to the 2.7.x version of python included with Splunk but received errors about missing modules first the uuid module
-bash-3.2$ /ngs/app/splunkt/splunk/bin/python bin/gendata.py
Traceback (most recent call last):
File "bin/gendata.py", line 20, in <module>
from pyro_server import *
File "/ngs/app/splunkt/splunk/splunkit/splunkit-server/lib/pyro_server.py", line 17, in <module>
import Pyro4
File "/ngs/app/splunkt/splunk/splunkit/splunkit-server/lib/Pyro4/__init__.py", line 67, in <module>
from Pyro4.core import URI, Proxy, Daemon, callback, batch, async, Future
File "/ngs/app/splunkt/splunk/splunkit/splunkit-server/lib/Pyro4/core.py", line 9, in <module>
import logging, uuid
ImportError: No module named uuid
then after i copied over a working uuid module into the splunk dir, it complained about others.
It appears we cannot use the pre-installed 2.7.3 splunk version included with Splunk installations in conjunction with SplunkIT?
... View more