-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
57 lines (37 loc) · 1.71 KB
/
README
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
EditObj 2
A Java-Bean-like dialog box generator for Python objects,
in Gtk 2, Qt or Tk.
EditObj 2 is a dialog box generator for Python objects ; it can work
with Gtk2, Qt and Tk. It behaves similarly to a Java Bean editor, but
is devoted to Python, and it features several improvements. In
particular, EditObj2 can deal with tree structure in a very efficient
way.
Well... actually EditObj2 is much more that just a dialog box
generator. It is somehow a GUI toolkit per se... look at the examples
directory to see how to use it for designing a configuration dialog
box, a login window or a file manager !
EditObj 2 includes also a tree widget for Tkinter, an observation
framework and a multiple undo/redo framework.
EditObj 2 is a complete rewrite of EditObj 1, and, despite both have
the same purpose, there is no compatibility between them.
EditObj 2 is entirely written in Python. EditObj is Free Software,
under the GNU GPL. It has been tested with Python 2.5, although older
version may work (or not).
--- License ---
EditObj 2 is Free Software.
It is available under GNU GPL.
--- Requirements ---
* Python 2.5 (older version should work but have not been tested)
--- Installation ---
Untar the tarball.
EditObj 2 uses Python's DistUtils for installation.
To install it, type (as root):
cd editobj2-XXX
python ./setup.py install
By default, EditObj 2 is installed in /usr, you can modify the
setup.cfg file if you prefer another location.
------
Mail me for any comment, problem, suggestion or help !
Jiba -- Jean-Baptiste LAMY -- [email protected]
http://home.gna.org/oomadness/
http://home.gna.org/oomadness/en/editobj/index.html