~profzoom/ubuntu/quantal/wmaker/bug-1079925

« back to all changes in this revision

Viewing changes to WINGs/python/README

  • Committer: Bazaar Package Importer
  • Author(s): Marcelo E. Magallon
  • Date: 2004-11-10 14:05:30 UTC
  • Revision ID: james.westby@ubuntu.com-20041110140530-qpd66b5lm38x7apk
Tags: upstream-0.91.0
ImportĀ upstreamĀ versionĀ 0.91.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
This is a python wrapper for the WINGs library, that can be used to write python
 
3
based programs with WINGs-based graphic interfaces.
 
4
 
 
5
This module in not built by default. To build it you need python2.1 or later
 
6
and swig-1.3.14 or later.
 
7
 
 
8
To build it, first compile and install WINGs. after that run 'make' in this
 
9
directory. 'make install' will install the python module into the python tree.
 
10
 
 
11
run test.py or WINGs.py for an example.
 
12
 
 
13
the code is not finished yet and may fail to work as expected in some cases.
 
14
 
 
15
Note: currently the module expects WINGs installed to build. it won't take
 
16
the WINGs libraries and header files from the source tree. You need to
 
17
install WINGs first. Even if an old version of WINGs is already installed,
 
18
you still need to install the newly built WINGs, else the python module will
 
19
be built against the old version.
 
20