After you set up your development environment, you import it into Eclipse to use that
Eclipse integrated development environment (IDE) features to develop your app.
About this task
For Python development, install PyDev, the Eclipse IDE that is used in Python development. The
latest version of Eclipse can be found on the Eclipse website https://eclipse.org/downloads/ (https://eclipse.org/downloads/).
Procedure
-
Install PyDev into Eclipse.
- To install from the Eclipse Marketplace, click on the main Eclipse Help panel.
- To install the PyDev repository from (http://pydev.org/updates), click on the main Eclipse Help panel.
-
After you install PyDev, switch the perspective to PyDev.
-
In the PyDev perspective, click and do the following tasks in the PyDev Project dialog box.
-
Enter a project name.
-
Select 2.6 from the Grammar Version list.
-
Select Create links to existing sources
-
To configure the interpreter to use the virtual environment in the SDK, click Click
here to configure an interpreter not listed.
-
Click New in the Python Interpreters dialog and
enter a name and path to the Python executable file on your system.
-
Click OK.
Ensure that the site-packages folder path
(.../<app_name>/qradar_appfw_venw/lib/python2.7/site-packages)
check box is selected when you select the folders to be added to the system python path.
-
Click Apply, and OK to return to the
PyDev Project dialog.
-
Click Create links to existing sources, and then click
Next.
-
Click Add external source folder and go to the root directory of your
development environment, click OK, and then click
Finish.
The new Eclipse PyDev project that contains your development environment appears in your
Package Explorer.