[plt-scheme] newbie:howto use package=control.plt&owner=soegaard
I started in DrScheme, version 4.0, with language=Module.
Then, after reading:
http://planet.plt-scheme.org/display.ss?package=control.plt&owner=soegaard
and doing as *I think* it said
(i.e.type following in definitions window):
(require (planet "control.scm" ("soegaard" "control.plt" 1 2)))
then hit 'Run' I got some error message about modules or something.
So, I switched language=Module and tried again. This time I got:
Welcome to DrScheme, version 4.0.0.1-svn13jun2008 [3m].
Language: Advanced Student custom.
Teachpack: master.ss.
lib: standard-module-name-resolver: collection not found:
#<path:private/match> in any of:
(#<path:/home/evansl/.plt-scheme/4.0.0.1/collects>
#<path:/usr/local/plt/lib/plt/collects>)
>
in the interaction window. How do I use this library.
BTW, although the above error message mentioned ./plt-scheme/4.0.0.1*
there's no such directory. However, there is directory:
~/.plt-scheme/planet/300/4.0.0.1:
Have I got the setup wrong somehow?
TIA.