Python GUIs: Summary and Conclusion

Eric Boudaillier Eric.Boudaillier at p98.f112.n480.z2.fidonet.org
Wed Jun 30 06:28:38 EDT 1999


From: Eric Boudaillier <eric at unifix-online.com>

John Michelsen wrote:
> 
> Philippe, they look very nice. How did you use them with Python
> and Tkinter? Any Python code that you would like to share
> demonstrating BWidgets?  I would be especially interested
> to see use of the tree widget.

  Same as Tkinter: directly call tcl command
  To lauch the demo:

cln46ib:ficus/FicusSrc > cd ../../BWidget/demo/
cln46ib:BWidget/demo > python
Python 1.5.2 (#5, Jun 23 1999, 18:09:42) [C] on sunos5
Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam
>>> import Tkinter
>>> app=Tkinter.Tk()
>>> app.tk.call('source', 'demo.tcl')
''
>>> 

  But, if some volunteers would like to encapsulate
  BWidget in python classes...
  
-- 
Eric Boudaillier
Unifix - http://www.unifix-online.com/




More information about the Python-list mailing list