So, I'm now doing this: (require (planet neil/html-parsing:3:0) (planet neil/xexp:2:0))
Those loaded just fine right off, although I needed to figure out raco pkg install sxml was necessary, but I got that. During the install, I got the following: [dstorrs@MacBook-Pro:~/Dropbox/dstorrs/personal/study/scheme/HTML-TreeBuilder:<dev*>]$ raco pkg install sxml <...ginormous amounts of stuff...> raco setup: 4 skipping: <pkgs>/xrepl-doc/xrepl/xrepl.scrbl raco setup: docs failure: query-exec: unable to open the database file error code: 14 SQL: "ATTACH $1 AS other" database: #<path:/Users/dstorrs/Library/Racket/6.3/doc/docindex.sqlite> mode: 'read-only file permissions: (write read) raco setup: --- installing collections --- raco setup: --- post-installing collections --- raco pkg install: packages installed, although setup reported errors [dstorrs@MacBook-Pro:~/Dropbox/dstorrs/personal/study/scheme/HTML-TreeBuilder:<dev*>]$ I do have sqlite3 installed on my machine, so that's not the problem. Why is it failing and what do I need to do to fix it? Dave On Thu, Jan 7, 2016 at 1:22 PM, Neil Van Dyke <[email protected]> wrote: > > BTW, people should *not* get `html-parsing` from the new package system. > It has an old version that someone else put there unofficially, and it's > missing a significant change. I'm still maintaining the official version > of `html-parsing` in PLaneT (until I get time to change my doc&packaging > tools): > > (require (planet neil/html-parsing:3:0)) > > http://www.neilvandyke.org/racket-html-parsing/ > > Neil V. > > -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

