[plt-scheme] Can't run Dr. Scheme
Anton van Straaten
anton at appsolutions.com
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
More information about the plt-scheme
mailing list