[go: up one dir, main page]

Menu

[4964f4]: / extras / README  Maximize  Restore  History

Download this file

33 lines (20 with data), 618 Bytes

 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
sispmapplet.py
--------------

(C)2006 Mondrian Nuessle


This is a python script implementing a GUI for sispmctl.
This is just a demonstration what you can do with sispmctl. No Makefile & 
automatic installation is implemented!

To make this work you need the following:

- installed Python
- installed Python bindings of qt AND KDE

Then you need to do the following:

- run
	# pyuic -o $@ $<
	# cat "from kdeui import *" >>$@
  in the current directory

- run
	#chmod +x sispmapplet.py

- you should be able to start the GUI by running
	# ./sispmapplet.py

- Have Fun!

Questions please to nuessle@uni-mannheim.de