[plt-scheme] Running Matthew Flatt's talk.ss from LLW2

From: Robby Findler (robby at cs.uchicago.edu)
Date: Sat Mar 15 13:00:29 EST 2003

What you're seeing is that mzscheme doesn't contain the GUI libraries
necesssary. If you want to run it in some kind of stripped down
environment, try mred.

BUT, Matthew didn't load the talk from mzscheme at the end of his talk
-- he loaded it from inside the talk itself. That should work fine.

Robby

At Sat, 15 Mar 2003 09:56:49 -0800 (PST), Bill Clementson wrote:
>   For list-related administrative tasks:
>   http://list.cs.brown.edu/mailman/listinfo/plt-scheme
> 
> I downloaded the tar file from Matthew Flatt's talk at
> LLW2 (http://ll2.ai.mit.edu/). 
> 
> If I set the language level to "module" in DrScheme,
> load the file talk.ss and press the Execute button,
> the talk runs - no problem.
> 
> However, if I try to run talk.ss from mzscheme (using
> the same approach that Matthew did at the end of his
> talk), I get the following error:
> 
> > (require "talk.ss")
> dynamic-require: unknown module: #%mred-kernel
> >
> 
> I'm sure this is just a newbie problem on my part - is
> there something that I have to load before talk.ss?
> 
> TIA.
> 
> --
> Bill Clementson
> 
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Web Hosting - establish your business online
> http://webhosting.yahoo.com
> 



Posted on the users mailing list.