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.4 setup.py install

to install into Python-2.4 .

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.

Tktreectrl and Python-2.5

There is an incompatibility between Python-2.5 and tktreectrl-2.2.1 that causes
a segmentation fault when using tktreectrl with Python-2.5 on unix systems.
This has been fixed for both Python-2.5.1 and treectrl-2.2.3, so upgrading to one
of these will help, this is why the patch for treectrl-2.2.1 is no longer included.

License:

The TkinterTreectrl package is free to use and distribute.

Contact:

Michael Lange <klappnase@freakmail.de>
