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
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
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
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
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):