- Added a python wrapper module for WINGs
[wmaker-crm.git] / WINGs / python / README
blob375cfacdccb47c7bbbc4003d8e1199c8eb9a8610
2 This is a python wrapper for the WINGs library. With it you can write python
3 based programs which will have WINGs based graphic interfaces.
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.
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.
11 run test.py or even WINGs.py for an example.
13 the code is not yet finished and probably won't do everything you expect it
14 to do.
16 Note: currently the module expects WINGs installed to build. it won't take
17 the WINGs libraries and header files from the source tree. You need to
18 install WINGs first. Even if an old version of WINGs is already installed,
19 you still need to nstall the newly built WINGs, else the python module will
20 be built against the old version