[plt-scheme] Problem with SrPersist
On May 15, Sanjay Pande wrote:
> I downloaded and installed SrPersist on DrScheme (both
> versions 206p1) on Mac OS X Panther.
>
> Tried this:
>
> (require (lib "srpersist.ss" "srpersist"))
>
> and got this error
>
> open-input-file: cannot open input file:
> "/Applications/PLT Scheme
> v206p1/collects/srpersist/private/srpmain.ss" (No such
> file or directory; errno=2)
>
> Checked the collects/srpersist/private directory and
> there is no srpmain.ss file. Where can I find the
> srpmain.ss file which obviously is Scheme code. Is
> there a code listing or download available somewhere
> for this file?
This file should not be there -- you should compile the c extension
file and get an extension file that is actually loaded when the
"srpmain.ss file" is used. (Can't say more since I never used it
myself.)
--
((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay:
http://www.barzilay.org/ Maze is Life!