hybridgroup / kidsruby

KidsRuby is a Ruby programming environment meant for kids to learn and have fun!
http://kidsruby.com
Other
333 stars 104 forks source link

Can't run kidsruby #28

Closed yangtheman closed 12 years ago

yangtheman commented 12 years ago

Hi,

Just downloaded and installed kidsruby, but I can't seem to run it....

First problem was Qt. I installed it separately and also installed qtbindings gem.

When I go to irb and do require 'Qt', it works fine. But when I try to run the app, I keep getting the very same initial error.

11/1/11 10:42:18 PM [0x0-0x3e03e].KidsRuby[378] internal:lib/rubygems/custom_require:29:in require': no such file to load -- Qt (LoadError) 11/1/11 10:42:18 PM [0x0-0x3e03e].KidsRuby[378] from <internal:lib/rubygems/custom_require>:29:inrequire' 11/1/11 10:42:18 PM [0x0-0x3e03e].KidsRuby[378] from /Applications/KidsRuby/kidsruby/main.rb:3:in `

' 11/1/11 10:42:18 PM com.apple.launchd.peruser.502148 Exited with exit code: 1

Anyone encountered this error and resolved it?

Any help would be very much appreciated.

Thanks,

deadprogram commented 12 years ago

I think this commit https://github.com/hybridgroup/kidsrubyinstaller-osx/commit/fa5210b7d0288d99b0dffc2ff49bef2cac8368f1 should correct this problem. I will comment again once we have a test version available.

deadprogram commented 12 years ago

Here is a build of the KidsRuby Installer for OSX that should correct your issue: https://s3.amazonaws.com/kidsruby/osx/kidsrubyinstaller-0.7.1.dmg

Please let me know how it works, so I can perhaps close this issue. Thanks!

deadprogram commented 12 years ago

Appears to be duplicate of https://github.com/hybridgroup/kidsruby/issues/22

yangtheman commented 12 years ago

Sorry, but I finally got around to test it, and I can verify this works like a charm! I love the update on the images. Closed is the right status.