According to the Release Note, version of Python in Splunk 5 is 2.7.3.
Reference: http://docs.splunk.com/Documentation/Splunk/5.0.2/ReleaseNotes/Python
But in Python 2.7.3 downloaded from python.org, msvcr90.dll has been included, not msvcr80.dll.
I have tried to use third-part library "pyodbc for Python 2.7" to access MS SQL Server, the library works in Python 2.7.3. In Splunk 5, it does not work since it depends on msvcr90.dll.
I still have no idea to use pyodbc in Splunk 5. Can someone help me?
... View more