Importing a Script File into a Project

You can import any existing Python script file into a project. This operation copies the script file to the scripts subdirectory of the project directory.

  1. Right-click the Scripts node of a project, and click Import on the shortcut menu. An Open dialog box appears.

  2. Browse to and select a Python (.py) file to import. Click OK. A sub-node for the script appears under the project Scripts node.