Are you seeing this error in the red line along the bottom of
DrRacket? If so, that is because the online expansion tool prohibits
network connections during compilation. (This message should go away
after the package is installed, however.)

Robby


On Fri, Oct 16, 2015 at 8:31 AM, Alexey Cherkaev
<[email protected]> wrote:
> Hi all,
>
> I am trying to use the library "derive" from PlaneT. Using either new or old 
> syntax:
>
> (require (planet wmfarr/deriv:3:0/deriv-lang))
>
> OR
>
> (require (planet "deriv-lang.ss" ("wmfarr" "deriv.plt" 3 0)))
>
> Get an error:
>
> tcp-connect: forbidden client access to planet.racket-lang.org:80
>
> I have allowed DrRacket and Racket to have all connections (in and out) in 
> firewall. (BTW, I can install packages from DrRacket, so don't think that 
> firewall was a problem)
>
> I have installed the PLT file locally using "raco planet fileinject" and 
> "raco planet show" shows that it is installed.
>
> But DrRacket still shows the above-mentioned error. (Unless I need to require 
> it somehow differently once it's in the cache)
>
> Is there a way to solve the problem?
>
> Thanks,
> Alexey
>
> --
> 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.

-- 
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.

Reply via email to