Installing a Python script on the phone
The following section describes one of the ways to install a script on the phone:
- Connection the PC and the phone via Bluetooth or Infrared.
- Right-click the file you want to install and send it to your phone.
- Allow the Python Installer to install the Python script.
During the installation you can choose whether the file has to be installed as a "Python script" (under Python execution environment) or as a "Python lib module" (library component). In this case you should install the file as a "Python script". After the installation the application can be started following the steps 3 to 5 of the previous section.

