Loading rubygems and other packages ?
-
Hello,
How do I load rubygems into sketchup? I am interested in being
able to use rubygems to load other packages, likegem install spreadsheet
Or maybe it is better to load the spreadsheet gem directly.
I have tried copying the gems files into the plugin directory
but it complained about 'date' method undefined.Thanks,
Robert -
After digging around various threads I figured it out:
- Install the "loadpaths.rb" script (http://forums.sketchucation.com/viewtopic.php?f=180&t=29412)
into SU Plugins. I modified it with:
$LOAD_PATH << "#{pre}/gems/1.8/gems/ruby-ole-1.2.10.1/lib"
$LOAD_PATH << "#{pre}/gems/1.8/gems/spreadsheet-0.6.4.1/lib"-
Backup and clobber the msvcrt-ruby18.dll with the one from the ruby1.8.6 release.
-
require 'spreadsheet.rb' -> true
-Robert
- Install the "loadpaths.rb" script (http://forums.sketchucation.com/viewtopic.php?f=180&t=29412)
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better đź’—
Register LoginAdvertisement