Re: [racket-users] can't (require table-panel) today

2017-10-13 Thread Geoff Knauth
Doh! Ok, it’s me. I don’t know why I assumed table-panel was included out of the box. Thank you Dmitry! Geoff Knauth (mobile)Ты > On Oct 13, 2017, at 14:59, Dmitry Pavlov wrote: > > > >> #lang racket/gui >> (require table-panel) >> >> leads to: >> >>

Re: [racket-users] can't (require table-panel) today

2017-10-13 Thread Dmitry Pavlov
#lang racket/gui (require table-panel) leads to: standard-module-name-resolver: collection not found Have you tried raco pkg install table-panel? Best regards, Dmitry -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from

[racket-users] can't (require table-panel) today

2017-10-13 Thread Geoffrey Knauth
Is it me, or is it Friday the 13th? (Or both?) #lang racket/gui (require table-panel) leads to: standard-module-name-resolver: collection not found for module path: table-panel collection: "table-panel" in collection directories: /Users/me/Library/Racket/snapshot/collects