Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quickstart fails #2

Open
dstorrs opened this issue Dec 10, 2015 · 0 comments
Open

Quickstart fails #2

dstorrs opened this issue Dec 10, 2015 · 0 comments

Comments

@dstorrs
Copy link

dstorrs commented Dec 10, 2015

No output when using the 'web5' from the quickstart.

Contents of test.rkt:

lang racket

(require boris)
(define web5 (go '("http://en.wikipedia.org/wiki/John_Entwistle")
(show (xpath "//td[@Class='nickname']/text()"))))

Terminal output:

[dstorrs@localhost:/personal/study/scheme/spider:<master*>]$ racket test.rkt
[dstorrs@localhost:
/personal/study/scheme/spider:<master*>]$ racket
Welcome to Racket v6.3.
-> (require boris)
(require boris)
-> (define web5 (go '("http://en.wikipedia.org/wiki/John_Entwistle")
(define web5 (go '("http://en.wikipedia.org/wiki/John_Entwistle")
(show (xpath "//td[@Class='nickname']/text()"))))
(show (xpath "//td[@Class='nickname']/text()"))))
->

This is OSX 10.6.8, Racket 6.3, Terminal, Emacs 22.1 shell.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant