GetDefaultJCVersion Method (Python)

Returns a string specifying the default version of the IBM® SPSS® Statistics - Integration Plug-in for Python used for Python scripts--for example, "SpssClient170" for version 17.0. This method is useful when working with multiple versions of the plug-in on a given machine (see Note below). You can change the default using the SetDefaultJCVersion method.

Syntax

SpssClient.GetDefaultJCVersion()

Note: The methods for managing multiple versions of the plug-in (SpssClient.GetDefaultJCVersion, and SpssClient.SetDefaultJCVersion) operate within a given Python version, not across Python versions. For example, if you are driving IBM SPSS Statistics from a Python IDE installed for Python 3.8 then you can view and control the versions of the plug-in installed for Python 3.8.