File: README

package info (click to toggle)
snack 2.2.10.20090624%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,040 kB
  • sloc: ansic: 32,424; sh: 8,563; tcl: 1,188; python: 697; makefile: 527
file content (14 lines) | stat: -rw-r--r-- 387 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
tkSnack is the Python interface to Snack

To install tkSnack:
- Install tcl/tk Snack (see ../README).
- Install the python interface as follows
  (from the root account or using sudo
  for a system-wide installation):
    python setup.py install
	
tkSnack also requires tcl/tk and Tkinter.

Some demonstrations can be found in demos/python

Documentation is found in doc/python-man.html