[racket] Sandbox evaluator not working after raco exe on Windows
Hello, All
The following code does not work after raco exe on Windows:
https://gist.github.com/jxonas/6287412
That's what I'm trying:
1. Execute the code on Dr. Racket. Ok
2. Execute "racket code.rkt". Ok
3. raco exe ++lib racket/gui code.rkt. Ok
4. ./code.exe. Fail
eval:1:0: racket/gui: standard-module-name-resolver: collection not found
collection: "racket"
in collection directories:
in: racket/gui
context...:
standard-module-name-resolver
c:\program files\racket\collects\racket\private\more-scheme.rkt:146:2:
call-with-break-parameterization
c:\program files\racket\collects\racket\sandbox.rkt:768:5: loop
My system: Racket version 5.3.6, 32bits, Windows 7 Service Pack 1 X64
I'm missing something?
Thanks,
Jonas Rodrigues
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20130820/5fe3ba69/attachment.html>