Hi,
I am building a standalone using python. This standaloone should execute a ruby file.
I have read this article - http://www.decalage.info/python/ruby_bridge I have used os.system() which works well. But I have an issue here. If a ruby file has some error, file simply terminates without error. Can you please let me know how to GET ruby console output so that I can display the same in my standalone.