Remove texture plugins
[wmaker-crm.git] / WINGs / python / README
blob957dedf99773a3ab23828419dc8fe878fe989df3
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.
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 WINGs.py for an example.
13 the code is not finished yet and may fail to work as expected in some cases.
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.