Hi,
on a brand new Splunk install, the app tries using urrlib2, but Splunk only has urllib3.
There is an exception where a "," is used instead of an "as" (line 388 of splunk_rest_client.py).
It tries to use something from a module cStringIO which does not exist in Splunk or the app.