Re: [Tutor] spss.BasePivotTable

2013-08-28 Thread Albert-Jan Roskam
From: Steven D'Aprano >To: tutor@python.org >Sent: Wednesday, August 28, 2013 4:19 AM >Subject: Re: [Tutor] spss.BasePivotTable > > >On 27/08/13 23:14, Albert-Jan Roskam wrote: >> Hello, >> >> I am trying to create a BasePivot table with three col

Re: [Tutor] spss.BasePivotTable

2013-08-27 Thread Steven D'Aprano
On 27/08/13 23:14, Albert-Jan Roskam wrote: Hello, I am trying to create a BasePivot table with three columns: one for the labels, one for a a category "Before" and one for "After". The following attempt fails, but what am I doing wrong? At least two things. Here is the first: try: [m

[Tutor] spss.BasePivotTable

2013-08-27 Thread Albert-Jan Roskam
Hello,   I am trying to create a BasePivot table with three columns: one for the labels, one for a a category "Before" and one for "After". The following attempt fails, but what am I doing wrong?   begin program. import spss try:     spss.StartSPSS()     #spss.Submit("get file='demo.sav'.")     s

Re: [Tutor] spss.BasePivotTable

2013-08-27 Thread Albert-Jan Roskam
Romans ever done for us? ~~  - Original Message - > From: Albert-Jan Roskam > To: Python Mailing List > Cc: > Sent: Tuesday, August 27, 2013 3:14 PM > Subject: [Tutor] spss.BasePivotTable > > Hel