Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #11205
    titieye
    Participant

    1、Save the code with name “test.py” and run as a macro

    #language = "Python"
    Window.document.write( 'Hello' );

    2、Emedtior shows a message:

    —————————
    EmEditor
    —————————
    Unspecified error
    —————————
    OK
    —————————

    The environment is :
    Windows 7 64bit + EmEditor v13 + Python v3.3 + pywin32-218-py3.3

    Is active script via python still supported and what does the message “Unspecified error” mean?

    #11212
    Yutaka Emura
    Keymaster

    Hello,

    If you using the 64-bit version of EmEditor, you will have to use the 64-bit version of ActiveScript. Can you please make sure the ActiveScript you are using is 64-bit? If the 64-bit version is not avaialble, you will have to use the 32-bit version of both EmEditor and the ActiveScript.

    Thanks!

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