Gem 'therubyracer' installing error in Windows

Hello there,

I was trying to use Twitter Bootstrap in Rails. Actually, I was
following atutorialhttp://goo.gl/FKEiy from
railscast. So, when I added gem twitter-bootstrap-rails in my gemfile
and
rum bundle command. At first, It showed me that python isn’t install in
my
pc, that’s why it can’t install libv8. After installing python, libv8
was
installed successfully. Now it’s trying to install the “therubyracer”
but
failing with error. Anyone knows what can be done to get the twitter
bootstrap to work in windows?

Thanks
Yasir Adnan
twitter.com/yasiradnan

Why you require rubyracer in windows,it is used for os other than
windows
which could not run javascript.Remove it and run it.