Hi Jon,
i might have found the issue...
I think there may be an error in the spssdxcfg.ini file
To test this, in SPSS, I started a new script from File > New
> Script > Python 3
This will start the SPSS’s python shell
then i entered:
>>> help('spss')
problem in spss - ParsingError: Source contains parsing
errors: 'C:\\PROGRA~2\\IBM\\SPSS\\STATIS~1\\25\\spssdxcfg.ini'
[line 9]: '=25.0.0.2\n'
Near the top of this file in C:\Program Files
(x86)\IBM\SPSS\Statistics\25\ spssdxcfg.ini I have
[version]
;
The version of Statistics
;
You should not change the version number, otherwise SPSS-Python package may not
function properly.
SpssdxVersion=25.0
SpssdxVersionMajor=25
SpssdxVersionMinor=0
=25.0.0.2
SpssdxFixPack=2
When I try to run SPSSINC_RAKE.py on the SPSS installed
python version I get the ParsingError as SPSSINC_RAKE.py want to load the spssmodule and fails there.
What I do not know is if the Rake command actually runs the
SPSSINC_RAKE.py or if it solely relies on the SPSSINC_RAKE.spe file.
If it does run the actual SPSSINC_RAKE.py file, then
that will be the most likely cause of it not working.
#SPSSStatistics#Support#SupportMigration