Viewing 2 posts - 1 through 2 (of 2 total)
- AuthorPosts
- November 1, 2008 at 11:42 am #6520i_libraMember
I both installed ruby and python in my system (winxp, sp3)
Both of them work fine before.
And I just follow the Help of emeditor and try to run:
#language = “Python”
Window.document.write( ‘Hello’ );or =======================
#language = “RubyScript”
Window.document.write( “Hello!” );It popup a alert and said the Python/ruby is not registered.
Could anybody tell me how to resolve it?
Many thanks.
November 15, 2008 at 11:02 am #6606scrabblesMemberRuby (and python) do not seem to be setup as activex script engines. If you have the relevant dlls, you can (re)register them with regsrv32, else the easiest option is to (re)install them.
For Ruby, this worked for me: COM Meets Ruby (ActiveScriptRuby)– Mark
- AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.