Nothing appears on canvas

Bug #251726 reported by chflow
4
Affects Status Importance Assigned to Milestone
GASP Core
Fix Released
Undecided
Unassigned

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.

Revision history for this message
chflow (sevenflow-digital) wrote :

Upon further inspection, it seems that the canvas isn't responding; I'll search for another topic that may cover this.

Revision history for this message
Luke Faraone (lfaraone) wrote :

Hi,

Is this still a problem in the latest version of GASP?

Changed in gasp-code:
status: New → Incomplete
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.
>

Luke Faraone (lfaraone)
Changed in gasp-code:
status: Incomplete → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.