[plt-scheme] Collection not found error - porting old scripts

From: jacmoe (jacmoe at mail.dk)
Date: Sat Feb 20 14:50:16 EST 2010

Hi guys
I have some problems loading scheme scripts - I have a simple script
which requires another script which has this code at the top of it:

(module base mzscheme

(require (prefix vge: "base-low.ss")
	 (lib "kw.ss"))

It doesn't work.
When I change mzscheme to scheme, it doesn't work either.
But when I change it to scheme/base, I get an error in the require
'tag'..
This is probably pre-PLT 4 scripts, so any help is appreciated
regarding how to port this.

I wasn't able to learn anything useful from browsing the manuals.

The 'base-low.ss is actually an extension.

Do I need to change my scripts?
Or my extension?
Or both?


Posted on the users mailing list.