[plt-scheme] Can't run Dr. Scheme

From: Anton van Straaten (anton at appsolutions.com)
Date: Mon Dec 10 13:37:22 EST 2007

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


Posted on the users mailing list.