Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #6520
    i_libra
    Member

    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.

    #6606
    scrabbles
    Member

    Ruby (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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.