G.Durga Prasad wrote: > On 4/20/05, Horst Duchene <monora / gmail.com> wrote: > >> Cheers >> Horst >> >> > Wanted to try rgl , i am new to graphical libraries and dont know what is > XML I get this error after For GraphML see http://rgl.sourceforge.net/files/rgl/graphxml_rb.html for a some explanation an links. > gem install rgl .... > Started > ............E.E........................... > Finished in 0.086025 seconds. .... > what is missing, what should I do? > thanks, > Prasad Nothing is missing. I think, the error is caused by a different load order during the tests. In my environment (Debian GNU/Linux) the error does not occur. Please try to run the testfile alone: r40> ruby -rubygems tests/TestGraphXML.rb Loaded suite tests/TestGraphXML Started ................................................................... Finished in 1.33859 seconds. 2 tests, 257 assertions, 0 failures, 0 errors Cheers Horst Duchene