mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 12:28:22 +01:00
21 lines
847 B
Plaintext
21 lines
847 B
Plaintext
|
|
This is a python wrapper for the WINGs library, that can be used to write python
|
|
based programs with WINGs-based graphic interfaces.
|
|
|
|
This module in not built by default. To build it you need python2.1 or later
|
|
and swig-1.3.14 or later.
|
|
|
|
To build it, first compile and install WINGs. after that run 'make' in this
|
|
directory. 'make install' will install the python module into the python tree.
|
|
|
|
run test.py or WINGs.py for an example.
|
|
|
|
the code is not finished yet and may fail to work as expected in some cases.
|
|
|
|
Note: currently the module expects WINGs installed to build. it won't take
|
|
the WINGs libraries and header files from the source tree. You need to
|
|
install WINGs first. Even if an old version of WINGs is already installed,
|
|
you still need to install the newly built WINGs, else the python module will
|
|
be built against the old version.
|
|
|