Loading error on align and Align_2d script with XP Professio
-
Can anyone tell me why on my desktop computer, with XP, not professional, I get no error message when loading these scripts, however on my laptop, XP Professional, I get the following error messages. Note, the scripts on both computer are the same.
Thanks in advance.
Ken
Error Loading File align_2D.rb
(eval):403: compile error
(eval):23: syntax error
module Align2d
^
(eval):403: syntax errorError Loading File align_tool.rb
(eval):527: compile error
(eval):510: syntax error
def align_tool
^
(eval):527: syntax error -
I can't help you in that case, but a "compile" error on Ruby scripts? Should be an "Interpreter error" Try to check the Ruby versions. Type to the Ruby Console:
VERSION # or RUBY_VERSION
azuby
Advertisement