Documentation/Maemo Eclipse Tutorial/Using PluThon

(categorize)
(wikify slightly, use ambox)
Line 1: Line 1:
-
= Using PluThon =
 
-
 
PluThon supports only Python projects. This chapter briefly shows hot to create Python projects and applications and run, test and debug Python applications with Maemo device.
PluThon supports only Python projects. This chapter briefly shows hot to create Python projects and applications and run, test and debug Python applications with Maemo device.
Line 7: Line 5:
Ensure that you can connect to the Maemo device from the host PC (that PC Connectivity has been properly installed and configured) before creating your first project with PluThon.
Ensure that you can connect to the Maemo device from the host PC (that PC Connectivity has been properly installed and configured) before creating your first project with PluThon.
-
= Creating PluThon Python projects =
+
== Creating PluThon Python projects ==
Create new PluThon project from '''File menu > New > PluThon Project''', figure [[#fig:pluthon_usage_project_01_new|7.1]].
Create new PluThon project from '''File menu > New > PluThon Project''', figure [[#fig:pluthon_usage_project_01_new|7.1]].
-
 
-
 
{| summary="New Project Menu"
{| summary="New Project Menu"
Line 20: Line 16:
|}
|}
-
 
+
=== PluThon Project Templates ===
-
 
+
-
== PluThon Project Templates ==
+
Templates define the basic structure of the project. Most of the templates are examples, but you can use these examples also as a base structure for your project.
Templates define the basic structure of the project. Most of the templates are examples, but you can use these examples also as a base structure for your project.
Select any template under '''Examples'''. Some of the templates are only for <span><font face="monospace">Diablo</font></span> device (N800 or N810) and others for <span><font face="monospace">Fremantle</font></span> (N900), figure [[#fig:pluthon_usage_project_03_template|7.2]].
Select any template under '''Examples'''. Some of the templates are only for <span><font face="monospace">Diablo</font></span> device (N800 or N810) and others for <span><font face="monospace">Fremantle</font></span> (N900), figure [[#fig:pluthon_usage_project_03_template|7.2]].
-
 
-
 
{| summary="PluThon Project Template"
{| summary="PluThon Project Template"
Line 37: Line 29:
|}
|}
-
 
+
=== PluThon Project Target ===
-
 
+
-
== PluThon Project Target ==
+
Select your connection to the device from the list. Default IP addresses are the same as PC Connectivity uses as default. The connection must be enabled from device PC Connectivity. See the PC Connectivity documentation for more information.
Select your connection to the device from the list. Default IP addresses are the same as PC Connectivity uses as default. The connection must be enabled from device PC Connectivity. See the PC Connectivity documentation for more information.
If you only use SSH connection to your device, or you have other IP values in your PC Connectivity properties, you can configure the connection here by right-clicking connection and selecting '''configure'''. Then you need to set '''Host name''' and '''Default User ID''', figures [[#fig:pluthon_usage_project_04_target|7.3]] and [[#fig:pluthon_usage_configure_connection|7.4]].
If you only use SSH connection to your device, or you have other IP values in your PC Connectivity properties, you can configure the connection here by right-clicking connection and selecting '''configure'''. Then you need to set '''Host name''' and '''Default User ID''', figures [[#fig:pluthon_usage_project_04_target|7.3]] and [[#fig:pluthon_usage_configure_connection|7.4]].
-
 
-
 
{| summary="PluThon Project Target"
{| summary="PluThon Project Target"
Line 53: Line 41:
[[Image:project-04-target.png|Image project-04-target]]
[[Image:project-04-target.png|Image project-04-target]]
|}
|}
-
 
-
 
-
 
-
 
{| summary="PluThon Project Target"
{| summary="PluThon Project Target"
Line 64: Line 48:
[[Image:configure-connection.png|Image configure-connection]]
[[Image:configure-connection.png|Image configure-connection]]
|}
|}
-
 
-
 
You can configure connections afterwards from '''Window &gt; Preferences &gt; Maemo &gt; Installed Targets''' or use Remote Systems view '''Window &gt; Show View &gt; Other &gt; Remote Systems &gt; Remote Systems'''.
You can configure connections afterwards from '''Window &gt; Preferences &gt; Maemo &gt; Installed Targets''' or use Remote Systems view '''Window &gt; Show View &gt; Other &gt; Remote Systems &gt; Remote Systems'''.
-
== PluThon Project Metadata ==
+
=== PluThon Project Metadata ===
'''Basic Settings''' page defines some basic variables used by the selected template. You can insert requested information into fields or leave default values, figure [[#fig:pluthon_usage_project_05_metadata|7.5]].
'''Basic Settings''' page defines some basic variables used by the selected template. You can insert requested information into fields or leave default values, figure [[#fig:pluthon_usage_project_05_metadata|7.5]].
-
 
-
 
{| summary="PluThon Project Configuration"
{| summary="PluThon Project Configuration"
Line 82: Line 62:
|}
|}
-
 
+
=== PluThon Project Interpreter Configuration ===
-
 
+
-
== PluThon Project Interpreter Configuration ==
+
Python configuration is done on the last page. If existing Python configuration is not found, a wizard suggests creating a new configuration.
Python configuration is done on the last page. If existing Python configuration is not found, a wizard suggests creating a new configuration.
Line 98: Line 76:
[[Image:project-06-configuration.png|Image project-06-configuration]]
[[Image:project-06-configuration.png|Image project-06-configuration]]
|}
|}
-
 
-
 
If there were no previous configurations for your project, ESbox will ask you to create new configuration. Select '''Yes''' to create one, figure [[#fig:pluthon_usage_project_07_interpreter_dialog|7.7]].
If there were no previous configurations for your project, ESbox will ask you to create new configuration. Select '''Yes''' to create one, figure [[#fig:pluthon_usage_project_07_interpreter_dialog|7.7]].
-
 
-
 
{| summary="Python Interpreter Dialog"
{| summary="Python Interpreter Dialog"
Line 111: Line 85:
[[Image:project-07-interpreter-dialog.png|Image project-07-interpreter-dialog]]
[[Image:project-07-interpreter-dialog.png|Image project-07-interpreter-dialog]]
|}
|}
-
 
-
 
For the Python interpreter configuration you can select all Python paths and confirm the addition with '''OK''' button, figure [[#fig:pluthon_usage_project_08_interpreter_paths|7.8]].
For the Python interpreter configuration you can select all Python paths and confirm the addition with '''OK''' button, figure [[#fig:pluthon_usage_project_08_interpreter_paths|7.8]].
-
 
-
 
{| summary="Python Interpreter Path Configuration"
{| summary="Python Interpreter Path Configuration"
Line 125: Line 95:
|}
|}
-
 
+
=== Validating PluThon Project Packages on Maemo Device ===
-
 
+
-
== Validating PluThon Project Packages on Maemo Device ==
+
PluThon suggests package validation when a new project is created. Answer '''Yes''' to package validations, figure [[#fig:pluthon_usage_project_09_validate_dialog|7.9]].
PluThon suggests package validation when a new project is created. Answer '''Yes''' to package validations, figure [[#fig:pluthon_usage_project_09_validate_dialog|7.9]].
-
 
-
 
{| summary="Validate Packages Dialog"
{| summary="Validate Packages Dialog"
Line 139: Line 105:
[[Image:project-09-validate-dialog.png|Image project-09-validate-dialog]]
[[Image:project-09-validate-dialog.png|Image project-09-validate-dialog]]
|}
|}
-
 
-
 
PluThon installs the required dependencies into the Maemo device after you press '''Finnish''' button on Package Validation Wizard, figure [[#fig:pluthon_usage_project_10_validate_wizard|7.10]].
PluThon installs the required dependencies into the Maemo device after you press '''Finnish''' button on Package Validation Wizard, figure [[#fig:pluthon_usage_project_10_validate_wizard|7.10]].
-
 
-
 
{| summary="Validate Packages Wizard"
{| summary="Validate Packages Wizard"
Line 152: Line 114:
[[Image:project-10-validate-wizard.png|Image project-10-validate-wizard]]
[[Image:project-10-validate-wizard.png|Image project-10-validate-wizard]]
|}
|}
-
 
-
 
Accept any packages PluThon suggests to install and close validation after the packages have been installed.
Accept any packages PluThon suggests to install and close validation after the packages have been installed.
Line 161: Line 121:
During a validation project, dependencies are scanned from projects using Python package imports from source files.
During a validation project, dependencies are scanned from projects using Python package imports from source files.
-
= Running Python Application on Maemo Device =
+
== Running Python Application on Maemo Device ==
In order to run applications on Maemo devices, the Maemo PC Connectivity package must be installed on the device and the Host PC Connectivity package for the host PC. See the PluThon installation chapters for more information.
In order to run applications on Maemo devices, the Maemo PC Connectivity package must be installed on the device and the Host PC Connectivity package for the host PC. See the PluThon installation chapters for more information.
You can run Python applications with PluThon by right-clicking a project and choosing '''Run As &gt; PluThon Application''', figure [[#fig:pluthon_usage_run_01_run_as|7.11]].
You can run Python applications with PluThon by right-clicking a project and choosing '''Run As &gt; PluThon Application''', figure [[#fig:pluthon_usage_run_01_run_as|7.11]].
-
 
-
 
{| summary="Run as PluThon Application"
{| summary="Run as PluThon Application"
Line 175: Line 133:
[[Image:run-01-run-as.png|Image run-01-run-as]]
[[Image:run-01-run-as.png|Image run-01-run-as]]
|}
|}
-
 
-
 
Next, select the Python file to be run (do not select setup.py because it is used only for Debian package creation), figure [[#fig:pluthon_usage_run_02_script|7.12]].
Next, select the Python file to be run (do not select setup.py because it is used only for Debian package creation), figure [[#fig:pluthon_usage_run_02_script|7.12]].
-
 
-
 
{| summary="Select Executable"
{| summary="Select Executable"
Line 188: Line 142:
[[Image:run-02-script.png|Image run-02-script]]
[[Image:run-02-script.png|Image run-02-script]]
|}
|}
-
 
-
 
Then select the download method as Copy Programs (SSH) (as SBRSH requires configuration), figure [[#fig:pluthon_usage_run_03_download|7.13]].
Then select the download method as Copy Programs (SSH) (as SBRSH requires configuration), figure [[#fig:pluthon_usage_run_03_download|7.13]].
-
 
-
 
{| summary="Select Download Method"
{| summary="Select Download Method"
Line 201: Line 151:
[[Image:run-03-download.png|Image run-03-download]]
[[Image:run-03-download.png|Image run-03-download]]
|}
|}
-
 
-
 
You can now see the program running on the Maemo device.
You can now see the program running on the Maemo device.
Line 214: Line 162:
|}
|}
-
= Debugging PluThon Application on Maemo Device =
+
== Debugging PluThon Application on Maemo Device ==
In order to debug the project, set at least one breakpoint into one of the source files where you want to start debugging. Open the source file and place the breakpoint at some position by right-clicking the left source side panel and choosing '''Add Breakpoint''', figure [[#fig:pluthon_usage_debug_02_add_breakpoint|7.14]].
In order to debug the project, set at least one breakpoint into one of the source files where you want to start debugging. Open the source file and place the breakpoint at some position by right-clicking the left source side panel and choosing '''Add Breakpoint''', figure [[#fig:pluthon_usage_debug_02_add_breakpoint|7.14]].
-
 
-
 
{| summary="Add Breakpoint"
{| summary="Add Breakpoint"
Line 226: Line 172:
[[Image:debug-02-add-breakpoint.png|Image debug-02-add-breakpoint]]
[[Image:debug-02-add-breakpoint.png|Image debug-02-add-breakpoint]]
|}
|}
-
 
-
 
Launch your project in debug mode by right-clicking project and choosing '''Debug As &gt; PluThon Application''' and accept changing to debug perspective, figure [[#fig:pluthon_usage_debug_01_menu|7.15]].
Launch your project in debug mode by right-clicking project and choosing '''Debug As &gt; PluThon Application''' and accept changing to debug perspective, figure [[#fig:pluthon_usage_debug_01_menu|7.15]].
-
 
-
 
{| summary="Debug as PluThon Application"
{| summary="Debug as PluThon Application"
Line 239: Line 181:
[[Image:debug-01-menu.png|Image debug-01-menu]]
[[Image:debug-01-menu.png|Image debug-01-menu]]
|}
|}
-
 
-
 
From the debug perspective, you can stop and continue execution, step lines, inspect variables, and so on. See Figures [[#fig:pluthon_usage_python_debug_03_perspective|7.16]] and [[#fig:pluthon_usage_debug_04_variables|7.17]].
From the debug perspective, you can stop and continue execution, step lines, inspect variables, and so on. See Figures [[#fig:pluthon_usage_python_debug_03_perspective|7.16]] and [[#fig:pluthon_usage_debug_04_variables|7.17]].
-
{|
+
{{ambox
-
|-
+
|text=You can switch back and forth between perspectives from top-right corner.
-
| [[Image:dialog-information.png]]
+
}}
-
| '''Note:'''  You can switch back and forth between perspectives from top-right corner.
+
-
|}
+
-
 
+
-
 
+
{| summary="Debug View"
{| summary="Debug View"
Line 258: Line 194:
[[Image:debug-03-debug-view.png|Image debug-03-debug-view]]
[[Image:debug-03-debug-view.png|Image debug-03-debug-view]]
|}
|}
-
 
-
 
-
 
-
 
{| summary="Variables View"
{| summary="Variables View"
Line 270: Line 202:
|}
|}
 +
== Debian Packaging PluThon Project ==
-
 
+
=== Generating Setup Script ===
-
= Debian Packaging PluThon Project =
+
-
 
+
-
== Generating Setup Script ==
+
The setup script (<span><font face="monospace">setup.py</font></span>) is used to create the Debian installation package for Python projects.
The setup script (<span><font face="monospace">setup.py</font></span>) is used to create the Debian installation package for Python projects.
In setup script generator you need to define metadata, packages, executables and datafiles. This information is then used to create <span><font face="monospace">setup.py</font></span> script for the project, figure [[#fig:pluthon_usage_debian_01_setup_wizard|7.18]].
In setup script generator you need to define metadata, packages, executables and datafiles. This information is then used to create <span><font face="monospace">setup.py</font></span> script for the project, figure [[#fig:pluthon_usage_debian_01_setup_wizard|7.18]].
-
 
-
 
{| summary="Debian Package Setup Wizard"
{| summary="Debian Package Setup Wizard"
Line 288: Line 216:
[[Image:debian-01-setup-wizard.png|Image debian-01-setup-wizard]]
[[Image:debian-01-setup-wizard.png|Image debian-01-setup-wizard]]
|}
|}
-
 
-
 
PluThon provides an automated wizard for creating Debian installation packages with this script. You can create the script from '''File &gt; New &gt; Other &gt; PyDev &gt; Setup Script''', figure [[#fig:pluthon_usage_debian_02_setup_wizard|7.19]].
PluThon provides an automated wizard for creating Debian installation packages with this script. You can create the script from '''File &gt; New &gt; Other &gt; PyDev &gt; Setup Script''', figure [[#fig:pluthon_usage_debian_02_setup_wizard|7.19]].
-
 
-
 
{| summary="Debian Package Setup Project"
{| summary="Debian Package Setup Project"
Line 301: Line 225:
[[Image:debian-02-setup-project.png|Image debian-02-setup-project]]
[[Image:debian-02-setup-project.png|Image debian-02-setup-project]]
|}
|}
-
 
-
 
For the <span><font face="monospace">setup.py</font></span> script you need to define certain metadata for the installation pacakge, figure [[#fig:pluthon_usage_debian_03_setup_parameters|7.20]].
For the <span><font face="monospace">setup.py</font></span> script you need to define certain metadata for the installation pacakge, figure [[#fig:pluthon_usage_debian_03_setup_parameters|7.20]].
-
 
-
 
{| summary="Debian Package Setup Parameters"
{| summary="Debian Package Setup Parameters"
Line 314: Line 234:
[[Image:debian-03-setup-parameters.png|Image debian-03-setup-parameters]]
[[Image:debian-03-setup-parameters.png|Image debian-03-setup-parameters]]
|}
|}
-
 
-
 
Information about packages included in the installation package, figure [[#fig:pluthon_usage_debian_04_setup_package|7.21]].
Information about packages included in the installation package, figure [[#fig:pluthon_usage_debian_04_setup_package|7.21]].
-
 
-
 
{| summary="Debian Package Setup Packages"
{| summary="Debian Package Setup Packages"
Line 327: Line 243:
[[Image:debian-04-setup-package.png|Image debian-04-setup-package]]
[[Image:debian-04-setup-package.png|Image debian-04-setup-package]]
|}
|}
-
 
-
 
Information about extra resources such as modules, scripts and data files included in the installation package, figure [[#fig:pluthon_usage_debian_05_setup_data|7.22]].
Information about extra resources such as modules, scripts and data files included in the installation package, figure [[#fig:pluthon_usage_debian_05_setup_data|7.22]].
-
 
-
 
{| summary="Debian Package Setup Data"
{| summary="Debian Package Setup Data"
Line 340: Line 252:
[[Image:debian-05-setup-data.png|Image debian-05-setup-data]]
[[Image:debian-05-setup-data.png|Image debian-05-setup-data]]
|}
|}
-
 
-
 
You can find more information about the Python setup script from [http://docs.python.org/distutils/setupscript.html Python distutils documentation].
You can find more information about the Python setup script from [http://docs.python.org/distutils/setupscript.html Python distutils documentation].
-
== Create Debian Installation Package ==
+
=== Create Debian Installation Package ===
You can export a project to the Debian installation package from '''File &gt; Export &gt; PluThon &gt; Export to Debian Package'''. This command requires that <span><font face="monospace">setup.py</font></span> script has been defined for the project.
You can export a project to the Debian installation package from '''File &gt; Export &gt; PluThon &gt; Export to Debian Package'''. This command requires that <span><font face="monospace">setup.py</font></span> script has been defined for the project.
-
 
-
 
{| summary="Export to Debian Package"
{| summary="Export to Debian Package"
Line 357: Line 265:
[[Image:debian-08-export-setup.png|Image debian-08-export-setup]]
[[Image:debian-08-export-setup.png|Image debian-08-export-setup]]
|}
|}
-
 
-
 
In Debian package export you only need to select the project and setup script. The package is created on the Maemo device using bdist-maemo distutils packages, figure [[#fig:pluthon_usage_debian_08_export_setup|7.23]].
In Debian package export you only need to select the project and setup script. The package is created on the Maemo device using bdist-maemo distutils packages, figure [[#fig:pluthon_usage_debian_08_export_setup|7.23]].
-
== Install Debian Package to Maemo Device ==
+
=== Install Debian Package to Maemo Device ===
To install a created Debian package to the Maemo device, right-click project and select '''Install Debian Package on Device''', figure [[#fig:pluthon_usage_debian_06_install_menu|7.24]].
To install a created Debian package to the Maemo device, right-click project and select '''Install Debian Package on Device''', figure [[#fig:pluthon_usage_debian_06_install_menu|7.24]].
-
 
-
 
{| summary="Install Debian Package Menu"
{| summary="Install Debian Package Menu"
Line 374: Line 278:
[[Image:debian-06-install-menu.png|Image debian-06-install-menu]]
[[Image:debian-06-install-menu.png|Image debian-06-install-menu]]
|}
|}
-
 
-
 
From the '''Install Debian Package''' wizard select '''Browse''' and set '''Package location''' to created package, select the correct connection and install using the '''Finish''' button, figure [[#fig:pluthon_usage_debian_07_install|7.25]].
From the '''Install Debian Package''' wizard select '''Browse''' and set '''Package location''' to created package, select the correct connection and install using the '''Finish''' button, figure [[#fig:pluthon_usage_debian_07_install|7.25]].
-
 
-
 
{| summary="Install Debian Package Wizard"
{| summary="Install Debian Package Wizard"

Revision as of 14:18, 15 July 2010

PluThon supports only Python projects. This chapter briefly shows hot to create Python projects and applications and run, test and debug Python applications with Maemo device.

PluThon requires Python installed on host PC and Maemo Device. See PluThon installation chapters for detailed information how to install PlutThon itself and needed Python development environments. PC Connectivity is needed to connect Maemo Device to host PC and PluThon. See PC Connectivity documentation for details how to install and configure Maemo PC Connectivity to the Maemo Device and Host PC Connectivity to the host PC you are running PluThon Eclipse environment.

Ensure that you can connect to the Maemo device from the host PC (that PC Connectivity has been properly installed and configured) before creating your first project with PluThon.

Contents

Creating PluThon Python projects

Create new PluThon project from File menu > New > PluThon Project, figure 7.1.

Figure 7.1: New Project Menu

File:Project-01-new.png

PluThon Project Templates

Templates define the basic structure of the project. Most of the templates are examples, but you can use these examples also as a base structure for your project.

Select any template under Examples. Some of the templates are only for Diablo device (N800 or N810) and others for Fremantle (N900), figure 7.2.

Figure 7.2: PluThon Project Template

File:Project-03-template.png

PluThon Project Target

Select your connection to the device from the list. Default IP addresses are the same as PC Connectivity uses as default. The connection must be enabled from device PC Connectivity. See the PC Connectivity documentation for more information.

If you only use SSH connection to your device, or you have other IP values in your PC Connectivity properties, you can configure the connection here by right-clicking connection and selecting configure. Then you need to set Host name and Default User ID, figures 7.3 and 7.4.

Figure 7.3: PluThon Project Target

File:Project-04-target.png

Figure 7.4: PluThon Project Target

File:Configure-connection.png

You can configure connections afterwards from Window > Preferences > Maemo > Installed Targets or use Remote Systems view Window > Show View > Other > Remote Systems > Remote Systems.

PluThon Project Metadata

Basic Settings page defines some basic variables used by the selected template. You can insert requested information into fields or leave default values, figure 7.5.

Figure 7.5: PluThon Project Configuration

File:Project-05-metadata.png

PluThon Project Interpreter Configuration

Python configuration is done on the last page. If existing Python configuration is not found, a wizard suggests creating a new configuration.

Leave all values as default and press the Finish button to create project, figure 7.6.


Figure 7.6: PluThon Project Configuration

File:Project-06-configuration.png

If there were no previous configurations for your project, ESbox will ask you to create new configuration. Select Yes to create one, figure 7.7.

Figure 7.7: Python Interpreter Dialog

File:Project-07-interpreter-dialog.png

For the Python interpreter configuration you can select all Python paths and confirm the addition with OK button, figure 7.8.

Figure 7.8: Python Interpreter Path Configuration

File:Project-08-interpreter-paths.png

Validating PluThon Project Packages on Maemo Device

PluThon suggests package validation when a new project is created. Answer Yes to package validations, figure 7.9.

Figure 7.9: Validate Packages Dialog

File:Project-09-validate-dialog.png

PluThon installs the required dependencies into the Maemo device after you press Finnish button on Package Validation Wizard, figure 7.10.

Figure 7.10: Validate Packages Wizard

File:Project-10-validate-wizard.png

Accept any packages PluThon suggests to install and close validation after the packages have been installed.

Package validation can be invoked from menu afterwards. Select Project > Project Menu > Validate installed packages.

During a validation project, dependencies are scanned from projects using Python package imports from source files.

Running Python Application on Maemo Device

In order to run applications on Maemo devices, the Maemo PC Connectivity package must be installed on the device and the Host PC Connectivity package for the host PC. See the PluThon installation chapters for more information.

You can run Python applications with PluThon by right-clicking a project and choosing Run As > PluThon Application, figure 7.11.

Figure 7.11: Run as PluThon Application

File:Run-01-run-as.png

Next, select the Python file to be run (do not select setup.py because it is used only for Debian package creation), figure 7.12.

Figure 7.12: Select Executable

File:Run-02-script.png

Then select the download method as Copy Programs (SSH) (as SBRSH requires configuration), figure 7.13.

Figure 7.13: Select Download Method

File:Run-03-download.png

You can now see the program running on the Maemo device.

You can use VNC Viewer to control the Maemo device and your application running on the device. Choose Window > Show View > Other > VNC Viewer.

File:Dialog-information.png Note: The x11vnc service must be installed on the Maemo device either separately (apt-get install x11vnc) or as part of Maemo PC Connectivity.

Debugging PluThon Application on Maemo Device

In order to debug the project, set at least one breakpoint into one of the source files where you want to start debugging. Open the source file and place the breakpoint at some position by right-clicking the left source side panel and choosing Add Breakpoint, figure 7.14.

Figure 7.14: Add Breakpoint

File:Debug-02-add-breakpoint.png

Launch your project in debug mode by right-clicking project and choosing Debug As > PluThon Application and accept changing to debug perspective, figure 7.15.

Figure 7.15: Debug as PluThon Application

File:Debug-01-menu.png

From the debug perspective, you can stop and continue execution, step lines, inspect variables, and so on. See Figures 7.16 and 7.17.

Image:Ambox_notice.png
You can switch back and forth between perspectives from top-right corner.
Figure 7.16: Debug View

File:Debug-03-debug-view.png

Figure 7.17: Variables View

File:Debug-04-variables-view.png

Debian Packaging PluThon Project

Generating Setup Script

The setup script (setup.py) is used to create the Debian installation package for Python projects.

In setup script generator you need to define metadata, packages, executables and datafiles. This information is then used to create setup.py script for the project, figure 7.18.

Figure 7.18: Debian Package Setup Wizard

File:Debian-01-setup-wizard.png

PluThon provides an automated wizard for creating Debian installation packages with this script. You can create the script from File > New > Other > PyDev > Setup Script, figure 7.19.

Figure 7.19: Debian Package Setup Project

File:Debian-02-setup-project.png

For the setup.py script you need to define certain metadata for the installation pacakge, figure 7.20.

Figure 7.20: Debian Package Setup Parameters

File:Debian-03-setup-parameters.png

Information about packages included in the installation package, figure 7.21.

Figure 7.21: Debian Package Setup Packages

File:Debian-04-setup-package.png

Information about extra resources such as modules, scripts and data files included in the installation package, figure 7.22.

Figure 7.22: Debian Package Setup Data

File:Debian-05-setup-data.png

You can find more information about the Python setup script from Python distutils documentation.

Create Debian Installation Package

You can export a project to the Debian installation package from File > Export > PluThon > Export to Debian Package. This command requires that setup.py script has been defined for the project.

Figure 7.23: Export to Debian Package

File:Debian-08-export-setup.png

In Debian package export you only need to select the project and setup script. The package is created on the Maemo device using bdist-maemo distutils packages, figure 7.23.

Install Debian Package to Maemo Device

To install a created Debian package to the Maemo device, right-click project and select Install Debian Package on Device, figure 7.24.

Figure 7.24: Install Debian Package Menu

File:Debian-06-install-menu.png

From the Install Debian Package wizard select Browse and set Package location to created package, select the correct connection and install using the Finish button, figure 7.25.

Figure 7.25: Install Debian Package Wizard

File:Debian-07-install.png