PyCharm 2.7.2 Web Help

2.0+

In this section:

To open an existing project

This operation refers both to the projects created in PyCharm, and the projects from existing sources.

  1. Do one of the following:
    • On the Welcome screen, click Open Directory link. Alternatively, locate the desired project in your file chooser, and then drag and drop it onto the Welcome screen.
    • On the main menu, choose File | Open Directory.
  2. In the Select Path dialog box, select the directory that contains the desired project.
  3. Specify whether you want to open the project in a new frame, close the current project and reuse the existing frame, or open the new project in the same frame with the current one. Refer to the section Opening Multiple Projects for details.
To reopen a recent project

When PyCharm starts, the most recent project reopens by default (unless this option is disabled in General settings).

PyCharm keeps the history list of the recent projects, from which you can select the desired one.

  1. On the main menu, choose File | Reopen.
  2. Select the desired project from the list of the recent ones. Note that the list also contains the projects that share one frame:

    py_reopenProject

  3. Specify whether you want to open the project in a new frame, or reuse the current frame.

Tip

You can:

  • 2.0+ Reopen a recent project from the Welcome screen. To do that, just click the desired link under Recent Projects, or press Alt+numberAlt number.
  • Terminate the project opening process, without waiting for its completion, by clicking Cancel in the progress window.
  • Open projects and individual files from the command line, by specifying the project or file name as a command line argument.
To close a project

When the only open project is closed, the Welcome screen is displayed. In case of multiple projects, each one is closed with its frame.

  • On the main menu, choose File | Close Project in Current Window.

See Also

Concepts:

Language and Framework-Specific Guidelines:

Web Resources: