Does that program allow shell access? Easiest might be to just call
your ruby script from within the python one.
(If it indeed makes sense to do that at all
···
On Tue, Aug 4, 2009 at 11:30 AM, Gwen Morse<goldmooneachna@yahoo.com> wrote:
Is it possible to set up python scripts in such a way that they can
parse ruby files?ie: I have a script written in ruby.
I have 3rd party program that reads python scripts but not ruby
scripts. I want the 3rd party program to read my ruby script.