|
Last Site Update: 20 July 2010 | Latest Version: 1.6.0 |
|
|
|
|
|
|
|
![]() |
![]() |
|
|
Creating a ProjectOk, now that your interpreter is configured, it is time to create a project. After opening Eclipse, go to the menu: file > new > project > Pydev > Pydev project. You should see the screen below: ![]() Project name: this is the name of the project. Project contents: where it should be located. Project type: defines the set of interpreters that will be available for that project. Grammar version: the grammar used for parsing the files in this project. It doesn't have to match the grammar of the actual interpreter selected. This is done so that you can use a newer interpreter while having the grammar you use compatible with an older interpreter (e.g.: using a Python 2.6 interpreter with a Python 2.4 grammar in the project). Interpreter: Defines which interpreter should be used for code-completion and default run configurations (note that you can still create a run configuration with a different interpreter). Create default 'src' folder and add it to the pythonpath: If you don't leave that option checked, you'll have to create the source folder(s) yourself after the project is created (which is covered in the next tutorial page). You may finish in this screen or go to the next, where you will be asked which projects are referenced from this one. Referenced projectsThe referenced projects are the projects whose source folders are added to the PYTHONPATH for the referrer project. The next tutorial page enters into more details on project references Creating a Project from existing sources
|
|
|
Copyright: Aptana, Inc. 2008-2010 |