Has anyone successfully used ruby/python with Python 2.1? I'm getting the following message: client2.rb:2: [BUG] pytm_import_pymodule: cannot find super class ruby 1.6.5 (2001-09-19) [i686-linux] Aborted (core dumped) but I don't know if this is due to using 2.1 instead of 1.5, or whether I did something wrong. My Ruby code is essentially just this: require 'python' require 'python/CORBA' Any ideas? Paul