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

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: unexpected results

2011-09-16 Thread Fig
Sorry, Everyone. I got an error when posting the first post and did'nt come in to see if it had actually posted before I tried another post. -- http://mail.python.org/mailman/listinfo/python-list

unexpected results

2011-09-16 Thread Fig
I am having a problem when I run a graphics program that I created. I do not get an error when I run the program, there are just some weird things going on. I do not know if it is the program causing the problem or a bug in Python. Here is the code for the program: from gasp import * begin_graph

strange results

2011-09-16 Thread Fig
I am having a problem with a graphics program that I created. Actually, I don't know if it is the program or a bug in Python. The code for the program is as follows; from gasp import * begin_graphics(width=640, height=480, title='Houses at Night', background=color.BLACK) def draw_house(x, y):