Splunk Dev

Splunk SDK for Python insane error need help

tesme
New Member

I am looking at the examples/abc of the python sdk and get an error

"connection = six.moves.http_client.HTTPSConnection(HOST, PORT)
NameError: name 'six' is not defined"

IT IS DEFINED?!
import splunklib.six.moves.http_client

Tags (1)
0 Karma

mstjohn_splunk
Splunk Employee
Splunk Employee

Hi @tesme, Did the answer below solve your question? If yes, please click “Accept” directly below the answer to resolve the post. If not, please comment with more information if you are still having issues. Thanks!!

0 Karma

acharlieh
Influencer

It's not quite defined....

import splunklib.six.moves.http_client

makes splunklib.six.moves.http_client available but that's very different than six.moves.http_client (which is missing the leading splunklib. part)

As it seems they've been fairly consistent here in their invocation, I would alter that import statement like so:

import splunklib.six as six

Thus making six available in as a name, and thus everything resolves properly

Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...