Re: Importing data from other file formats than .sav

2009-11-14 Thread John Darrington
My guess is that you're running under a locale which uses the comma as the decimal separator instead of the dot (fr_CA ?). If this is the case, then obviously none of the strings in your file are valid numbers. Either do "SET DECIAML=DOT." or change all the "." characters to "," in your file

Importing data from other file formats than .sav

2009-11-13 Thread Erik Frebold
We advertise that pspp "interoperates with a variety of programs such as (Gnumeric) and OpenOffice.org". I'm having a bit of difficulty getting this to happen. What I'd like to do is get pspp to read data files output from simple python modules. Thus far, I've been trying to use psppire's "impo