[plt-scheme] Problems with sqli and sqld-sqlite
Hi John,
I haven't got a clue. I'm using sqli.scm and sqld-psql.scm from
sqld-psql-c.plt, with 371 and
it works fine.
--Hans
John Gillespie schreef:
> I am trying to figure out how to use planet and the sqld packages. I
> have installed the packages using mzscheme version 371 with the
> following incantations (on mac os x 10.4.10):
>
> (require (planet "sqld-sqlite.scm" ("oesterholt" "sqld-sqlite.plt" 1 7)))
> (require (planet "sqli.scm" ("oesterholt" "sqlid.plt" 1 5)))
>
> All the parts appear to have been successfully installed in my local
> Library.
>
> If I now do the following in DrScheme:
>
> (require (planet "sqld-sqlite.scm" ("oesterholt" "sqld-sqlite.plt" 1 7)))
> (require (planet "sqli.scm" ("oesterholt" "sqlid.plt" 1 5)))
> (require sqli)
>
> I get the error message:
> require: unknown module: sqli
>
> Oddly, if I load sqli.scm directly, then (require sqli) does what it
> should.
>
> I would appreciate any help on getting all of this to work.
>
> Thanks,
> John
>
>
>
> _________________________________________________
> For list-related administrative tasks:
> http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>
>