List of Contributions

Sascha D

Contact Details

My Content

1 to 3 of 3 total
Posted By Sascha D Thu September 24, 2020 06:24 AM
Found In Egroup: SPSS Statistics
\ view thread
Thanks Jon for your reply. The suggested special character did not seem to be the problem. However, pointing me to a possible encoding issue was very helpful. In fact, replacing a leading tab with leading spaces would solve the issue. Best regards, Sascha
Posted By Sascha D Wed September 23, 2020 03:02 PM
Found In Egroup: SPSS Statistics
\ view thread
Hi everyone, I recently started using SPSS and its Python functionality, mostly using spss.Submit() and parsing SPSS syntax via multiline strings as inspss.Submit(""" echo 'Hello world.'. """)​ , which works fine when calling it from the main script. However, when calling this from within a ...
Posted By Sascha D Wed September 23, 2020 02:55 PM
Found In Egroup: SPSS Statistics
\ view thread
Hi everyone, I recently started working with SPSS using its Python functionality, more or less only using .Submit() and parsing code as triple-quoted multiline strings as in spss.Submit(""" echo 'Hello world.'. """)​However, when executing this from within a module, say: from pp import mm​, ...