[plt-scheme] Can't run Dr. Scheme
sasuke wrote:
> standard-module-name-resolver: collection not found: "texpict" in any
> of: ()
I think the () means that no path for the collections (libraries) has
been set. I'm not familiar enough with the PLT Windows installation
process to know how this could happen, but it's possible that manually
setting the PLTCOLLECTS environment variable could help. I'd suggest
trying the following. I'm assuming you have installed PLT in F:\plt; if
not, modify accordingly.
* Open a Command Prompt window.
* Type: SET PLTCOLLECTS=f:\plt\collects\
* Type: f:\plt\bin\drscheme
See what happens.
Anton