[plt-scheme] latest way of getting to MySQL using MzScheme?
Jan Theodore Galkowski skrev:
> Hey Jens,
>
> Well, my attempts at accessing both weren't successful. Perhaps I have
> something misconfigured in my PLT-Scheme installation? Certainly am
> connected to the Internet. Running under WinXP HE.
Sorry, I was thinking of this SQLite package:
<http://planet.plt-scheme.org/300/docs/jaymccarthy/sqlite.plt/3/1/doc.txt>
About this error:
# > (require (planet "sqlite.ss" ("soegaard" "sqlite.plt" 1 1)))
# open-input-file: cannot open input file: "C:\Program
Files\PLT\collects\mzlib\private\gen-match.ss" (The system cannot find
the file specified.; errno=2)
I think the problem is that "gen-match.ss" moved from
collects\mzlib\private\gen-match.ss to
collects\mzlib\private\match\gen-match.ss .
Nobody but me is to blame - that's to be expected when you rely
on files in a private directory. I needed it for the srfi-42
extensions.
I'll try to make a fix.
--
Jens Axel Søgaard