Comment 3 for bug 251726

Revision history for this message
jboisture (jamieboisture) wrote : Re: [Bug 251726] Re: Nothing appears on canvas

Hey,

This is no longer a bug in version .3.0

On Mon, Jul 27, 2009 at 10:00 PM, Luke Faraone <email address hidden> wrote:

> Hi,
>
> Is this still a problem in the latest version of GASP?
>
> ** Changed in: gasp-code
> Status: New => Incomplete
>
> --
> Nothing appears on canvas
> https://bugs.launchpad.net/bugs/251726
> You received this bug notification because you are subscribed to GASP.
>
> Status in GASP Code: Incomplete
>
> Bug description:
> I followed the instructions exactly from "How to Think Like a Computer
> Scientist: Python Version"
>
> They are:
>
> >>> from gasp import *
> >>> begin_graphics()
> >>> Circle((200, 200), 60)
> Circle instance at (200, 200) with radius 60
> >>> Line((100, 400), (580, 200))
> Line instance from (100, 400) to (590, 250)
> >>> Box((400, 350), 120, 100)
> Box instance at (400, 350) with width 120 and height 100
> >>> end_graphics()
> >>>
>
> I've got pygame and gasp installed, and it the import and draw commands go
> off without a hitch. The only thing is, it doesn't actually DRAW anything.
> It just sits there with a blank canvas.
>