splunk / splunk-sdk-python

Splunk Software Development Kit for Python
http://dev.splunk.com
Apache License 2.0
687 stars 369 forks source link

Import unexistant six.moves module #349

Closed frambeise closed 3 years ago

frambeise commented 3 years ago

https://github.com/splunk/splunk-sdk-python/blob/7645d29b7fc1166c554bf9a7a03f40a02529ccc4/splunklib/__init__.py#L18

Causing ImportError developing modular inputs when using

from splunklib.modularinput import *

tdhellmann commented 3 years ago

For the record:

tdhellmann commented 3 years ago

Hey @laconik - we are not able to repro this on our end. It might be a consequence of how you are importing the mod inputs library. I'm going to close this for now, but please @ me if you are still encountering this issue and able to provide us with a set of repro steps.