Hi,
When running the statisticspython.bat from the command line, I can't use the SpssClient.StartClient() function. Although the errors are a bit different on osx, the result is the same. It's basically the simplest command to control the client and I can't make it work, so any help would be welcome!
regards, Ed
Python 3.8.2 (tags/v3.8.2:7b3ab59, Feb 25 2020, 23:03:10) [MSC v.1916 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import SpssClient
>>> SpssClient.StartClient()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\PROGRA~1\IBM\SPSS\STATIS~1\27\Python3\Lib\site-packages\SpssClient\__init__.py", line 162, in StartClient
return _SpssClient.StartClient()
File "C:\PROGRA~1\IBM\SPSS\STATIS~1\27\Python3\Lib\site-packages\SpssClient\__init__.py", line 175, in __raiseJCAdaptorException
raise JCAdaptorException(eCode, eMsg, eCause)
SpssClient.JCAdaptorException: (0, 'Port Handshake with JavaClient failed.', '')
>>>
#SPSSStatistics#Support#SupportMigration