Hey guys,
I’m having a problem developping a script that exports info from sketchup to excel. I need to require ‘csv’
and to require ‘win32ole’, but neither of them work.
When I write "require 'csv'"
or "require 'win32ole'"
, I get the same error:
Error: #<LoadError: no such file to load -- csv>
or
Error: #<LoadError: no such file to load -- win32ole>
P.S., I’m using Sketchup 8 on a 64 bit computer running Windows 10.
Do any of you know why this problem is occuring?
Thanks