I am trying to access remote splunk instance and on the local machine i have splunk SDK downloaded and installed splunk-sdk and added export PYTHONPATH=~/splunk-sdk-python to my .bash_profile.
when i try to execute the examples e.g. python info.py i get the below error
__ File "info.py", line 23, in
__ from utils import parse
__ ImportError: cannot import name parse
i have utils 0.1 installed. Any idea on how to run the splunk sdk examples.
BTW i am running python2.6 on CentOS
Thanks
... View more