Re: strange results

2011-09-17 Thread Anssi Saari
Fig writes: > My OS is Windows 7, Python 2.7.2, I downloaded and installed the > python-gasp-0.2.0beta1.win32.exe file, and I also have these > installed: Python 2.7 pygame-1.9.2a0 and Python 2.7 pywin32-216 Then maybe that old beta version is your problem? For the record, your code works for me

Re: strange results

2011-09-17 Thread Fig
On Sep 17, 1:59 am, Alexander Kapps wrote: > On 17.09.2011 01:09, Fig wrote: > > > I took out all of the color commands that were in the shape functions > > and all of the features to the 'draw_house' function showed showed up. > > I started putting the color commands back into the shape functions

Re: strange results

2011-09-17 Thread Alexander Kapps
On 17.09.2011 01:09, Fig wrote: I took out all of the color commands that were in the shape functions and all of the features to the 'draw_house' function showed showed up. I started putting the color commands back into the shape functions and have no problems with some of them but when I put the

Re: strange results

2011-09-16 Thread Fig
I took out all of the color commands that were in the shape functions and all of the features to the 'draw_house' function showed showed up. I started putting the color commands back into the shape functions and have no problems with some of them but when I put the color command back into others, s

Re: strange results from sys.version

2010-09-27 Thread Sridhar Ratnakumar
On 2010-09-27, at 4:01 PM, John Machin wrote: > User (work): sys.version: 2.7 (r27:82500, Aug 23 2010, 17:18:21) etc > Me : sys.version: 2.7 (r27:82525, Jul 4 2010, 09:01:59) etc > > [...] User result looks whacked: lower patch number, later date Perusing http://svn.python.org/view/pyt

Re: strange results from sys.version

2010-09-27 Thread Sridhar Ratnakumar
On 2010-09-27, at 4:30 PM, Robert Kern wrote: > On 9/27/10 6:01 PM, John Machin wrote: >> I am trying to help a user of my xlrd package who says he is getting >> anomalous >> results on his "work computer" but not on his "home computer". >> >> Attempts to reproduce his alleged problem in a veri

Re: strange results from sys.version

2010-09-27 Thread Robert Kern
On 9/27/10 6:01 PM, John Machin wrote: I am trying to help a user of my xlrd package who says he is getting anomalous results on his "work computer" but not on his "home computer". Attempts to reproduce his alleged problem in a verifiable manner on his "work computer" have failed, so far ... the