Downloads

Latest version

The latest release is the beta version, which should be pretty stable. (But it's still beta)
You can download the beta version as tarball or zip file.

Development version

You can get the latest development version as tarball or zip file.

Another possibility to get the latest code is cloning the Git repository from GitHub by running

$ git clone git://github.com/notmyname/pygtkChart

Other downloads/older versions

A list of all downloads is available on the GitHub download page.

Dependencies

pygtkChart depends on PyGTK and of course GTK.

The widgets are platform independent, i.e. they can be used on Unix and Windows operating systems without any code changes.

Install

To install pygtkChart simply run

$ python ./setup.py build && sudo python ./setup.py install