Hello,

I try to require the plotting library (let alone use it) in
a non-X Linux session:

$ ssh localhost
$ racket
Welcome to Racket v6.1.1.8.
> (require plot)
Gtk initialization failed for display ":0"
  context...:
/opt/racket/share/pkgs/gui-lib/mred/private/wx/gtk/queue.rkt: [running body] /opt/racket/share/pkgs/gui-lib/mred/private/wx/gtk/init.rkt: [traversing imports] /opt/racket/share/pkgs/gui-lib/mred/private/wx/gtk/platform.rkt: [traversing imports] /opt/racket/share/pkgs/gui-lib/mred/private/wx/platform.rkt: [running body]
   /opt/racket/share/pkgs/gui-lib/racket/gui/base.rkt: [traversing imports]

To me, it does seem like an over-requirement.
Is X11 really needed in a non-graphical Racket prompt?
What X11 is available, (plot) calls run without complaints
and result into some (object:2d-plot-snip% ...) notation shown
in the console (so no real X11 usage still).
Anyway, what if I just want to plot into a file?



Best regards,

Dmitry

--
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 racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to