File: README

package info (click to toggle)
python-tktreectrl 2.0.2-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 628 kB
  • sloc: python: 3,062; makefile: 3
file content (27 lines) | stat: -rw-r--r-- 655 bytes parent folder | download | duplicates (4)
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
TkinterTreectrl - README

Python wrapper package for the Tktreectrl Tk extension library
( http://tktreectrl.sourceforge.net ).

To install TkinterTreectrl, run:

    python setup.py install

or, in case you have multiple version of Python installed, run (for example):

    python2.6 setup.py install

to install into Python-2.6 .

Alternatively you can manually copy the TkTreectrl folder into Python's
site-packages folder, usually /usr/lib/python2.x/site-packages on unix
or C:\Python2x\Lib\site-packages on windows platforms.


License:

The TkinterTreectrl package is released in the Public domain.

Contact:

Michael Lange <klappnase@users.sf.net>