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

Error on virginal install rendering scribble w/ sandbox #122

Open
zenspider opened this issue Jun 9, 2017 · 0 comments
Open

Error on virginal install rendering scribble w/ sandbox #122

zenspider opened this issue Jun 9, 2017 · 0 comments

Comments

@zenspider
Copy link

after nuking prefs and ~/Library/Racket open the following in drracket:

#lang scribble/manual
@(require racket/sandbox)
@(define evaluator (make-evaluator 'racket))
@(define typed/evaluator (make-evaluator 'typed/racket))

Render to get the following error

 ../../MyApplications/dev/lisp/Racket/collects/pkg/private/lock.rkt:26:0: directory-exists?: `exists' access denied for /MyApplications/dev/lisp/Racket/share/pkgs

With ~/Library/Racket I was getting errors about not having read access for a pkgs lock file (it existed and I had read access)... But out of the box, this thing should work.

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