[plt-scheme] Error on DrScheme 301

From: Matthias Felleisen (matthias at ccs.neu.edu)
Date: Fri Jun 16 15:51:17 EDT 2006

This is not an error in drscheme. It's an error in _your_ program or 
drscheme settings:

1. You have either included another teachpack that defines stop.

2. Or you have defined stop in your Definitions Window.

I will freely admit that this error message could be improved, 
especially for people who are trying to learn to program.

-- Matthias


On Jun 16, 2006, at 3:28 PM, wooks wooks wrote:

>
> I get the error below if I try to load the hangman.ss and draw.ss 
> teachpacks simultaneously without any other code.
>
> The teachpack file C:\Program Files\PLT\teachpack\htdp\draw.ss did not 
> load properly.
> teachpack: export of stop from #<path:C:\Program 
> Files\PLT\teachpack\htdp\draw.ss> conflicts with already existing 
> definitions
>
>
> _________________________________________________
>  For list-related administrative tasks:
>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme



Posted on the users mailing list.