Probably because it didn't know to check again because raco ... doesn't push messages out to drracket.
Glad to hear it is working now. Robby On Friday, October 16, 2015, Alexey Cherkaev <[email protected]> wrote: > You are right! Once I pressed Run and it downloaded and install the > package (again?), the message has gone. Ok, I just got confused by that > message... and why it didn't go away after installing the package manually > via 'raco planet fileinject' > > > -----Original Message----- > From: Robby Findler [mailto:[email protected] <javascript:;>] > Sent: Friday, 16 October 2015 4:56 PM > To: Alexey Cherkaev <[email protected] <javascript:;>> > Cc: Racket Users <[email protected] <javascript:;>> > Subject: Re: [racket-users] Error requiring library from PlaneT : > tcp-connect forbidden client access > > 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] <javascript:;>> 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] <javascript:;>. > > 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.

