[racket] Problem getting Racket to use my version 4.2 collection(s).

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Fri Jun 15 18:42:48 EDT 2012

You should not have to change the suffix.

If you require a path that ends in ".ss" and the file doesn't exist,
then the error will be reported in terms of an ".rkt" suffix (since the
module loader tries both). So, just to be sure, the file
"/DG/programs/accounts/email-exists.ss" does exist, right?

At Fri, 15 Jun 2012 16:22:27 -0600, Don Green wrote:
> Hi,
> The first line below shows my command line entry.  The remaining lines show
> the result.
> Obviously, Racket is looking for a .rkt version of my .ss file.  Do I
> really have to change my extensions?  There must be a better way.
> Thanks
> 
> racket -i --addon /don/.plt-scheme/4.2.1/collects/DG/programs/accounts
> --require /DG/programs/accounts/email-exists.ss
> Welcome to Racket v5.2.1.
> default-load-handler: cannot open input file:
> "/DG/programs/accounts/email-exists.rkt" (No such file or directory;
> errno=2)
> 
>  === context ===
> standard-module-name-resolver
> ____________________
>   Racket Users list:
>   http://lists.racket-lang.org/users

Posted on the users mailing list.