From: Gregory Brown Date: 2009-08-05T01:07:58+09:00 Subject: Re: Python and ruby together? On Tue, Aug 4, 2009 at 11:30 AM, Gwen Morse 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. 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 ;)