[plt-scheme] Re: Can't open old scm's on latest release
Reposting this as my first reply didn't show.
On Aug 7, 3:23 pm, "Noel Welsh" <noelwe... at gmail.com> wrote:
> On 8/6/07, wooks <woo... at hotmail.com> wrote:
>
> > Thanks.
>
> > I've never dealt with scheme packages before.
> > I made a guess at what to do (download the files to my machine and run
> > the require command from DrScheme referencing the downloaded files)
> > and it didn't work.
>
> > I need a little more help please.
>
> I'm guessing you overlooked the line on PLaneT (easy enough to do):
>
> To load: (require (planet "[file]" ("mflatt" "test-box-recover.plt" 1 0)))
>
I saw it and I thought that [file] was a parameter to be replaced.
> Just throw that require statement into DrScheme and PLaneT will
> install the code for you. Really, it is that simple. You don't have
> to download anything yourself.
It doesn't work - error below
require: a module-naming string can contain only a-z, A-Z, 0-9, -,
_, ., space, and slash