File: INSTALL

package info (click to toggle)
python-gtkextra 0.21-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 2,284 kB
  • ctags: 1,618
  • sloc: ansic: 8,966; python: 4,231; makefile: 43
file content (36 lines) | stat: -rw-r--r-- 882 bytes parent folder | download
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
33
34
35
36
Installation Instructions

The simplest way to build this package is:

  1. Make sure that the GIMP Toolkit, the GtkExtra widget set, the
     Python interpreter, Numerical Python and PyGTK are installed.
     The README file contains information on how to obtain these
     packages.

  2. Build and install the shared library and the Python module:

     python setup.py install

     You can build RPM packages with:

     python setup.py bdist_rpm

     Read the document "Installing Python Modules" that comes with
     Python for more information.

  3. Run the example programs

     cd examples
     ./testgtksheet.py
     ./testgtkplot.py
     ./testboxes.py
     ./testbubbles.py
     ./testflux.py
     ./testpolar.py
     ./testgtkplot3d.py
     ./testcontour.py
     ./testrealtime.py
     ./testgtkiconlist.py
     ./testgtkfilesel.py
     ./testgtkfont.py
     cd ..