Viewing 2 posts - 1 through 2 (of 2 total)
- AuthorPosts
- July 7, 2013 at 4:40 pm #11205titieyeParticipant
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.3Is active script via python still supported and what does the message “Unspecified error” mean?
July 8, 2013 at 5:45 pm #11212Yutaka EmuraKeymasterHello,
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!
- AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.