You mean you switched from Ruby to Python because you didn;t knwo how to use one tool.
I posted the link because it has step by step instructions. What do you want me to do, copy and paste it? Or write the same thing out again?
Now lets do this step by step so you understand.
c:\home\erik> ruby rubyscript2exe.rb application.rb[w] [parameters]
or
c:\home\erik> ruby rubyscript2exe.rb application[/] [parameters]
This is pretty simple.
Say you have your script that you want to be an executable. Its called my_script.rb.
Just run what it says:
c:\home\erik> ruby rubyscript2exe.rb myscript.rb
There you go, one Windows executable from a ruby script. I have just copied what it says from the link. Have fun.