[plt-scheme] mzscheme -t with binary files?

From: Robby Findler (robby at cs.uchicago.edu)
Date: Tue Sep 20 15:00:43 EDT 2005

You have to use mred, but you should be able to require it just the
same, after that.

Robby

At Tue, 20 Sep 2005 14:56:30 -0400, Prabhakar Ragde wrote:
> We're trying to create some scripts to deal with student programs. When 
> we use mzscheme -t myteachpack.ss, and myteachpack.ss is a text file, it 
> seems to work, but when we try it with something containing images 
> (specifically Kathi Fisler's fabric-teachpack.scm), it doesn't seem to 
> be able to recognize it as a module. We get:
> 
> default-load-handler: expected a `module' declaration for
> `fabric-teachpack', found: something else in:
> #<path:/u/cs135/marking/1/testSuite/fabric-teachpack.scm
> 
> The file in question loads into DrScheme just fine, both as a teachpack 
> and using Open. Any ideas? Thanks. --PR
>   For list-related administrative tasks:
>   http://list.cs.brown.edu/mailman/listinfo/plt-scheme


Posted on the users mailing list.