22 | | |
23 | | == Installation == |
24 | | |
25 | | papywizard is entirely written in python, and uses some third-party modules: |
26 | | |
27 | | * [http://www.pygtk.org PyGTK] -- GTK+ for Python |
28 | | * [http://pyserial.sourceforge.net pySerial] -- serial bus access for python |
29 | | * [http://code.google.com/p/pybluez pybluez] -- bluetooth python wrapper |
30 | | * [http://www.vpython.org Visual Python] -- 3D Python project (optional) |
31 | | |
32 | | |
33 | | === Linux === |
34 | | |
35 | | As most distributions come with python and all needed modules (just install them through your application manager), there is no need to pre-build a package. Just install it with distutils tools: |
36 | | |
37 | | {{{ |
38 | | $ python setup.py install --prefix=/usr/local |
39 | | }}} |
40 | | |
41 | | === Nokia === |
42 | | |
43 | | As Nokia is based on Linux, it is possible to install papywizard through distutils tools (see previous section). However, it is easier to install the debian package, through the maemo application manager. Add this repository entry in the application manager: |
44 | | |
45 | | ||''Name''||gbiloba.org|| |
46 | | ||''Address''||!http://www.gbiloba.org/debs|| |
47 | | ||''Distribution''||bora|| |
48 | | ||''Component''||free|| |
49 | | |
50 | | You also need the python repository: |
51 | | |
52 | | ||''Name''||Maemo extra|| |
53 | | ||''Address''||!http://repository.maemo.org/extras|| |
54 | | ||''Distribution''||bora (770/N800) or chinook (N810)|| |
55 | | ||''Component''||free non-free|| |
56 | | |
57 | | ''Note 1: on the 770, you need to install '''OS-2007 HE''' firmeware, in order to run python2.5. Then, you have to manually install '''python2.5-runtime''' package with dpkg (from x-term) before installing papywizard.'' |
58 | | |
59 | | ''Note 2: on N800 and N810, you first need to install '''maemo-python-device-env''' package, from the application manager, before installing papywizard.'' |
60 | | |
61 | | == Configuration == |
62 | | |
63 | | No external configuration is needed; all parameters can be modified from the papywizard configuration dialog. |