File: README

package info (click to toggle)
sispmctl 2.7-1
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 848 kB
  • ctags: 76
  • sloc: sh: 3,390; ansic: 910; python: 82; makefile: 43
file content (32 lines) | stat: -rw-r--r-- 618 bytes parent folder | download | duplicates (3)
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