Factbites
 Where results make sense
About us   |   Why use us?   |   Reviews   |   PR   |   Contact us  

Topic: PyGTK


Related Topics
XBL

In the News (Tue 15 Dec 09)

  
  A Beginner's Guide to Using pyGTK and Glade | Linux Journal
The beauty of pyGTK and Glade is they have opened up cross-platform, professional-quality GUI development to those of us who'd rather be doing other things but who still need a GUI on top of it all.
It is fair to say that for a small company, using pyGTK over other GUI development environments, such as native C, is a competitive advantage.
I don't know for sure, but just a guess there's probably not a very big difference since all the drawing and socket handling is still in C somewhere under all the Python code; I wouldn't imagine this particular app to be very different from it's C counterpart.
www.linuxjournal.com /article/6586   (5059 words)

  
 PyGTK - GNOME Live!
PyGTK provides a convenient wrapper for the GTK+ library for use in Python programs, taking care of many of the boring details such as managing memory and type casting.
Visit the pygtk, the pyorbit or the gnome-python bug creation page, depending on which product your bug seems to present itself in.
PyGTK is included in most GNU/Linux distributions (including Conectiva, Debian, Fedora, Mandrake, Redhat, SUSE and Ubuntu); the source code can also be downloaded and compiled from the links below.
live.gnome.org /PyGTK   (936 words)

  
 PyGTK - Wikipedia, the free encyclopedia
PyGTK is a set of Python wrappers for the GTK+ GUI library.
PyGTK is free software and licensed under the LGPL.
PyGTK has been selected as the environment of choice for applications running on the One Laptop Per Child systems.
en.wikipedia.org /wiki/PyGTK   (202 words)

  
 [Edu-sig] PySqueak: pyGTK & Cairo & pygtkglext (OpenGL) next?
The PyGtk is an awesomely thin layer over the C library and it makes Gtk objects look like native Python classes.)" Now given the wx bashing lately (including from the OSI Chandler project I linked to), and the Cairo blessing(?), that PyGTK comment got me thinking.
Obviously, I could search the PyGTK and gtkglext list archives: http://www.daa.com.au/mailman/listinfo/pygtk http://mail.gnome.org/mailman/listinfo/gtkglext-list/ but I was curious what people here had to say from an educator context.
There are also other cool software projects like PythonCAD that use PyGTK: http://www.pythoncad.org/ It woudl be more work to switch yet again, but I find just about anything can be made right if you are willing to start over a couple of times.
mail.python.org /pipermail/edu-sig/2006-June/006568.html   (882 words)

  
 RPM resource pygtk
PyGTK is an extension module for Python that gives you access to the GTK+ widget set.
PyGTK provides an object-oriented interface at a slightly higher level than the C interface.
The PyGTK interface does all of the type casting and reference counting that you'd have to do yourself using the C API.
rpmfind.net /linux/rpm2html/search.php?query=pygtk   (142 words)

  
 PyGTK and gtkmm win32 binaries   (Site not responding. Last check: 2007-10-23)
The pygtk and gtkmm binaries for win32 can now be downloaded from the gnome ftp servers.
PyGTK 2.8 : GTK+ 2.8 or newer, available as a nice installer from the gladewin32 project.
PyGTK 2.10 and gtkmm 2.10 : GTK+ 2.10 or newer, also available from gladewin32.
www.pcpm.ucl.ac.be /~gustin/win32_ports   (57 words)

  
 Using Wing IDE with PyGTK - Wingware Python IDE
Wing can be used to speed up the process of writing and debugging code that is written for PyGTK and GTK+, a mature open source GUI development toolkit.
PyGTK is currently available for Linux/Unix, MS Windows, and Mac OS X (requires X11 Server).
Other advantages of PyGTK include: (1) high quality anti-aliased text rendering, (2) powerful signal-based architecture that, among other things, allows subclassing C classes in Python, (3) multi-font text widget with embeddable sub-widgets, (4) model-view architecture for list and tree widgets, and (5) a rich collection of widgets and stock icons.
wingide.com /doc/howtos/pygtk   (773 words)

  
 Using Wing IDE with PyGTK
Wing can be used to speed up the process of writing and debugging code that is written for PyGTK and GTK+, a mature open source GUI development toolkit.
PyGTK is currently available for Linux/Unix, MS Windows, and Mac OS X (requires X11 Server).
Other advantages of PyGTK include: (1) high quality anti-aliased text rendering, (2) powerful signal-based architecture that, among other things, allows subclassing C classes in Python, (3) multi-font text widget with embeddable sub-widgets, (4) model-view architecture for list and tree widgets, and (5) a rich collection of widgets and stock icons.
wingware.com /doc/howtos/pygtk   (764 words)

  
 redhat.com | Python programming on Linux
PyGTK is a wrapper for the GTK+ library for use in Python programs.
In Example of a PyGTK calendar, a calendar is created (as show in Figure 2, “Calendar using PyGTK”) using Python and PyGTK.
This is a good example of Python and PyGTK used to create a real application component that can be called from a larger application, used alone for reference, or for demonstration.
www.redhat.com /magazine/012oct05/features/python   (1371 words)

  
 PyGtk - PythonInfo Wiki   (Site not responding. Last check: 2007-10-23)
PyGtk is a set of Python bindings to the popular GTK Toolkit.
It provides an object-oriented interface that is slightly higher level than the C one.
KiWi is a set of classes and wrappers for PyGTK that were developed to provide a sort of framework for applications.
wiki.python.org /moin/PyGtk   (83 words)

  
 Dr. Dobb's | Examining the PyGtk Toolkit | July 22, 2001
PyGtk brings the benefits of a high-level programming language to Gtk+ developers, and gives Python programmers access to a modern, high-performance GUI toolkit.
PyGtk 0.6.2 has a few bugs that make it difficult to change an adjustment in place.
Unfortunately, in this respect, the PyGtk hierarchy is not the same as the Gtk hierarchy, and it is in areas like this where the available documentation is lacking.
www.ddj.com /184404069;jsessionid=XJQD3N4XVXQY2QSNDLQSKH0CJUNN2JVN?_requestid=396203   (3317 words)

  
 [pygtk] ANNOUNCE: PyGTK 2.0.0
Like the GTK library itself PyGTK is licensed under the GNU LGPL, so is suitable for use in both free software and proprietary applications.
PyGTK requires GTK >= 2.0 and Python >= 2.2 to build.
Questions about PyGTK can be directed at the list: http://www.daa.com.au/mailman/listinfo/pygtk Bug reports should be filed at the Gnome bug tracker: http://bugzilla.gnome.org/enter_bug.cgi?product=pygtk James Henstridge.
www.daa.com.au /pipermail/pygtk/2003-September/005813.html   (264 words)

  
 [No title]
Kiwi is a PyGTK framework for building graphical applications loosely based on MVC Model-View-Controller (MVC) and Allen Holub's Visual proxy Think of Kiwi as a high-level, object-oriented layer built on PyGTK.
Its design is based on real-world experience using PyGTK to develop large desktop applications, which use many concepts common to most graphical applications: multiple windows and...
Its philosophy is that it does not attempt to be a word processor, will not be overly complicated and overloaded with features, but will have the important subset of these features.
www.icewalkers.com /search.php?m=exact&w=k&q=pygtk   (356 words)

  
 pyGTK signals - from fraca7 import *
I'm learning pyGTK and I found the default 'connect' function quite ugly.
Notice that I'm using 'connect_object', instead of 'connect', because I don't like passing around a 'widget' attribute which is redundant 99% of the time.
Somewhat, pyGTK manages, because the final class is actually a subclass of gtk.Widget, and we're not in a bizarre combination (making the Connector a subclass of gtk.Widget hides the actual type of the widget...).
fraca7.free.fr /blog/index.php?2005/05/28/17-pygtk-signals   (531 words)

  
 Serpia: PyGTK tutorial   (Site not responding. Last check: 2007-10-23)
PyGTK provides a convenient wrapper for the GTK library for use in Python programs, and takes care of many of the boring details such as managing memory and type casting.
Glade is a free user interface builder for GTK+ and GNOME, released under the GNU GPL License.
I prefer PyGTK (but that doesn't mean a thing ;-), wxPython is also a very good choice.
www.serpia.org /pygtk   (1762 words)

  
 Project info for PyGTK   (Site not responding. Last check: 2007-10-23)
PyGTK is a set of Python bindings for the GTK+ toolkit.
There is also a set of GNOME bindings that go along with these python bindings: gnome-python.
There are a number of applications that use pygtk.
www.advogato.org /proj/PyGTK   (186 words)

  
 PyGTK
For the joy of the masses Alberto Ruiz has prepared an all-in-one installer to make the lifes of those wanting to install a PyGTK environment on windows much more pleasant.
PyGTK 2.10.4 is a bug fix only release.
The PyGTK 2.10 installer for Win32 is now available thanks to the hard work of Cedric.
www.pygtk.org   (227 words)

  
 Red Hat Magazine | Building the XO: Porting a PyGTK game to Sugar, part one
Block Party is a Tetris clone written in PyGTK by Vadim Gerasimov and modified by John (J5) Palmieri for this tutorial.
Vadim is one of the original authors of Tetris which he helped create in 1985 when he was 16 years old.
I am wondering how to run a python script located on a local machine from an emulator (qemu) that is running Sugar, particularly when the python script imports gtk.
www.redhatmagazine.com /2007/04/05/building-the-xo-porting-a-pygtk-game-to-sugar-part-one   (2761 words)

  
 PyGTK Screenshots - Ascend
To plot from the PyGTK GUI, you must set up your model according to Chapter 4 of the User's Manual (1 MB.pdf).
Plotting under PyGTK is done with the matplotlib library, which gives the additional benefit of allowing plots to be easily exported in a variety of formats including SVG and EPS, PNG and JPEG, etc.
The PyGTK interface under Windows is still very alpha but hopefully will improve over the coming couple of months.
ascendwiki.cheme.cmu.edu /ScreenShots   (1327 words)

  
 Pygtk MVC | Main / Features
Pygtk MVC is a framework designed with the goal of being minimal, and thought to have the lowest impact on the design of the application.
PyGTK provides a convenient and mature wrapper for the GTK+ library for use in Python programs.
Libglade is a library that allows for an easy use of XML files generated by the GLADE user interface builder.
pygtkmvc.sourceforge.net /index.php/Main/Features   (456 words)

  
 PyGTK 2.10.4 download - PyGTK
PyGTK - Python Bindings for the GTK Widget Set.
PyGTK is a set of bindings for the GTK widget set.
It automatically does all the type casting and reference counting that you would have to do normally with the C API.
www.icewalkers.com /Linux/Software/54810/PyGTK.html   (97 words)

  
 PyGTK - SWiK
PyGTK is a set of Python bindings for the GTK widget set.
It provides an [[oopobject oriented]] interface that is slightly higher level than the C one.
Gajim is a free/opensource Jabber/XMPP client written in Python language using PyGTK and GTK+.
swik.net /PyGTK   (555 words)

  
 Silicon Island: My chrismas present: All-in-One win32 python installer.
I've been using Python and PyGTK for five years, I think that right now, are probably the easiest and funniest tools to get introduced into software development and gui programming on the free software world.
Install Py[CairoObject], try PyGTK, and figure out that you also need the GTK+ runtime for windows, which is on an unofficial webpage, since the official win32 gtk+ binaries are a bunch of.zip files.
This one in all package is wonderfull as i was one of the windows users who whated to have pygtk...
aruiz.typepad.com /siliconisland/2006/12/allinone_win32_.html   (1557 words)

  
 Rapid application development using PyGTK LG #78
This can be done using PyGTK which combines the robustness of Python and the raw power of GTK.
This article is a hands on tutorial on building a scientific calculator using pygtk.
We are going to build a small scientific calculator using pygtk.
www.linuxgazette.net /issue78/krishnakumar.html   (1100 words)

  
 A Beginner's Guide to Using pyGTK and Glade
This article is the direct result of a learning process that occurred while programming Immunity CANVAS (www.immunitysec.com/CANVAS [1]).
Much of what was learned while developing the GUI from scratch was put in the pyGTK FAQ, located at www.async.com.br/faq/pygtk/index.py?req=index [2].
Another URL you no doubt will be using a lot if you delve deeply into pyGTK is the documentation at www.gnome.org/~james/pygtk-docs [3].
www.linuxjournal.com /node/6586/print   (3309 words)

  
 learning python » Blog Archive » Creating a GUI using PyGTK and Glade
After spending some time creating a GUI using TKinter and having it be pretty easy, but getting frustrated by how linked my code and the GUI was, I decided to look into creating a GUI using another toolkit.
This entry was posted on Sunday, May 7th, 2006 at 5:31 pm and is filed under python, gui, PyGTK, glade.
I also tested another PyGTK program that I have in the interactive interpreter and it quit just fine, I simply had to run gtk.main() after launching the program.
www.learningpython.com /2006/05/07/creating-a-gui-using-pygtk-and-glade   (4973 words)

  
 PyGTK/WhatsNew28 - GNOME Live!
GType is an object that encapsulates all data types, from integers to GObjects, as seen by the GLib dynamic type system.
Most importantly, you can get the Python type for any given GType now, as well as find out all sorts of interesting information about GTypes, such as what GTypes derive from this one, what are the parent types, is it abstract, etc.
In PyGTK, almost all constructors were fixed to solve this problem and allow subclasses to naturally chain to the parent constructor.
live.gnome.org /PyGTK/WhatsNew28   (1103 words)

Try your search on: Qwika (all wikis)

Factbites
  About us   |   Why use us?   |   Reviews   |   Press   |   Contact us  
Copyright © 2005-2007 www.factbites.com Usage implies agreement with terms.