[Tkinter-discuss] PyGTK to Tkinter wrapper

mtasic85 mtasic85 at gmail.com
Tue Apr 15 12:51:15 CEST 2008


Hi everyone,
With all due respect to Tkinter and PyGTK developers, the starting idea was
to make PyGTK code compatible with pygtk2tk without changing anything else
except importing modules. The obvious use of pygtk2tk is having PyGTK code
without having PyGTK installed. And the sweetest fact is that Tkinter is
included by default in Python.

This wrapper isn't completed, and it's in an early stage, so it'll require
additional effort to be done, soon :) Currently, it supports following
classes/widgets: GObject, Object, Widget, Container, Bin, Window, Box, HBox,
VBox, Table, Button, ToggleButton, CheckButton, RadioButton, Label, and
Entry.

Basic examples from PyGTK tutorial are also included, and everything should
work simply by running them without any installation, and modifications.
Only parts which are modified in examples are parts where are import's
statements at the beginning of source code.

http://code.google.com/p/pygtk2tk/ http://code.google.com/p/pygtk2tk/ 

Anyone who would like to contribute is welcome!
-- 
View this message in context: http://www.nabble.com/PyGTK-to-Tkinter-wrapper-tp16699347p16699347.html
Sent from the Python - tkinter-discuss mailing list archive at Nabble.com.



More information about the Tkinter-discuss mailing list