Everything
B.4 Cautions for Python Console

(1)

Caution for Japanese input

The Japanese input feature cannot be activated from the Python Console. To enter Japanese text, write it in an external text editor or the like, and copy and paste it into the console.

(2)

Caution for prompt displays

The Python Console prompt of ">>>" may be displayed multiply, as ">>>>>>", or results may be displayed after the ">>>", and there may be no ">>>" prompt before the caret. If this happens, it is still possible to continue to enter functions.

(3)

Caution for executing scripts for projects without load modules

If a script is specified in the startup options that uses a project without a load module file, or if project_filename.py is placed in the same folder as the project file, then although the script will be executed automatically after normal project loading, it will not be executed if there is no load module file.

(4)

Cautions for forced termination

If the following operations are performed while a script like an infinite loop is running, then the results of function execution may be an error, because the function execution will be terminated forcibly.

-

Forcible termination by selecting "Forcibly terminate" from the context menu or pressing Ctrl+D in the Python Console

-

Changing the active project in a project with multiple projects