1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
Installation
============
To run the gtex-letter, just cd to the directory it resides
and run it with gtex-letter. To permanently install the
application, run the install-script, that comes with this
programm to install. You must be root to install:
$:su
$:./install
Install will create a directory with the programm files and
a link to the directory. If you want to install the program
to a different location than proposed in the install-script,
please edit the install-script. However, do not forget
to edit the following files as well: uninstall, gtex-letter,
gui.py.
ATTENTION: If you do not want to install, you have to reside in the
gtex-letter-directory when calling the programm. Otherwise
it will not find its files...
Dependencies
============
I do not really know so far which packages gtex-letter depends
on. Well, it is gnome, python, python-gnome (= pygtk + pygnome),
but which versions?
gtex-letter is reported to run with:
gnome-libs 1.2.7
python 1.5.2-89 and with python 2.0
python-gnome-1.0.53 (get it from ftp://ftp.daa.com.au/pub/james/python/)
If it does not run with your configuration, please let me
know, so i can check out.
Uninstallation
==============
To uninstall gtex-letter, run the script uninstall. You must
be root to uninstall:
$:su
$:./uninstall
|