Skip to content

bug in rattle installation ?

2 messages · Sid Touati, John Maindonald

#
Dear rattle users on mac os 10.5.6
I am trying to install rattle on my mac os 10.5.6
I followed all the installation steps in the webpage on rattle. However 
the execution has problems:


library(rattle)
Rattle, Graphical interface for data mining using R
Version 2.4.53. Copyright (C) 2006-2009 Togaware Pty Ltd
Type "rattle()" to shake, rattle, and roll your data.
 > rattle()
Xlib: extension "Generic Event Extension" missing on display 
"/tmp/launch-PqlBJ1/:0".
Xlib: extension "RANDR" missing on display "/tmp/launch-PqlBJ1/:0".
Xlib: extension "Generic Event Extension" missing on display 
"/tmp/launch-PqlBJ1/:0".
Xlib: extension "Generic Event Extension" missing on display 
"/tmp/launch-PqlBJ1/:0".
Xlib: extension "Generic Event Extension" missing on display 
"/tmp/launch-PqlBJ1/:0".
Error in rattle() :
The RGtk2 package did not find libglade installed. Please install it.
 > install.packages("libglade")
Warning message:
In install.packages("libglade") : package ?libglade? is not available
 > rattle()
Error in rattle() :
The RGtk2 package did not find libglade installed. Please install it.


X11 is already installed on my system
X11 is launched before lauching the R command line, and this does not 
solve the pb.

We would appreciate any help.
Regards
#
libglade is not an R package.  It comes with the Gtk+ dmg
that you can get from http://r.research.att.com/

There appears to be a problem with your Gtk+ installation.

John Maindonald             email: john.maindonald at anu.edu.au
phone : +61 2 (6125)3473    fax  : +61 2(6125)5549
Centre for Mathematics & Its Applications, Room 1194,
John Dedman Mathematical Sciences Building (Building 27)
Australian National University, Canberra ACT 0200.
On 07/05/2009, at 11:24 PM, Sid Touati wrote: